mirror of
https://github.com/hacks-guide/Guide_Vita.git
synced 2024-11-23 01:29:51 +00:00
A complete guide to PS Vita (TV) custom firmware, from stock to HENkaku Ensō.
4d3df72bfe
Made the "select internal storage if not using a memory card" bit more clear, corrected a grammar error (dont -> don't) |
||
---|---|---|
.github/workflows | ||
docs | ||
.gitignore | ||
.gitmodules | ||
LICENSE.txt | ||
package-lock.json | ||
package.json | ||
README.md |
vita.hacks.guide
The complete guide to modding your PlayStation Vita.
Running the site locally
This requires the following installed to your system:
- node.js, v14 or later
- its respective npm
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
npm run docs:dev
to build the Markdown files into HTML and start a testing webserver on http://127.0.0.1:8080.