mirror of
https://github.com/hacks-guide/Guide_Vita.git
synced 2024-11-23 01:29:51 +00:00
update readme installation instructions for new vitepress
This commit is contained in:
parent
e13b2d2e67
commit
ef556bdb67
25
README.md
25
README.md
@ -1,20 +1,25 @@
|
||||
# vita.hacks.guide
|
||||
The complete guide to modding your PlayStation Vita.
|
||||
A complete guide to PS Vita (TV) custom firmware, from stock to Ensō.
|
||||
|
||||
https://vita.hacks.guide
|
||||
|
||||
## Running the site locally
|
||||
|
||||
This requires the following installed to your system:
|
||||
- node.js, v14 or later
|
||||
- its respective npm
|
||||
This requires the following installed on your system:
|
||||
- node.js
|
||||
|
||||
To test the website locally, simply run the following commands:
|
||||
```
|
||||
npm install
|
||||
```
|
||||
to install all packages required by the website (VuePress v2 and plugins), then
|
||||
To test the website locally, clone the source code:
|
||||
|
||||
```sh
|
||||
git clone https://github.com/hacks-guide/Guide_Vita --recurse-submodules
|
||||
cd Guide_Vita
|
||||
```
|
||||
|
||||
Then simply run the following commands:
|
||||
|
||||
```sh
|
||||
npm ci
|
||||
npm run docs:dev
|
||||
```
|
||||
to build the Markdown files into HTML and start a testing webserver on http://127.0.0.1:8080.
|
||||
|
||||
The website should now be running on http://127.0.0.1:5173/ (or a port shown on the terminal).
|
Loading…
Reference in New Issue
Block a user