mirror of
https://github.com/hacks-guide/Guide_Vita.git
synced 2024-11-26 19:20:30 +00:00
A complete guide to PS Vita (TV) custom firmware, from stock to HENkaku Ensō.
d0d958cf9c
* Switch to new theme and update VuePress to beta49
Non-breaking changes in the guide:
- URLs in the get-started version table now explicitly include `.html`
as otherwise it doesn't work under Vite. (It probably works under
GitHub Pages, but it's better for it to work everywhere instead.)
Breaking changes in the guide:
- The front page button is nixed and replaced with a link to
get-started at end of page
* Kang publish script from dsi.cfw.guide
The VuePress 2.0.0-b49 changes were only tested with npm. It is unknown
whether yarn will actually work with the changes.
dsi.cfw.guide already uses npm for this, so let's just use the script
from there as it is known to work.
This file was taken from the following snapshot:
|
||
---|---|---|
.github/workflows | ||
docs | ||
.gitignore | ||
.gitmodules | ||
LICENSE.txt | ||
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.