A complete guide to PS Vita (TV) custom firmware, from stock to HENkaku Ensō.
Go to file
jeffyjeffy1023 4d3df72bfe
Update yamt.md (#175)
Made the "select internal storage if not using a memory card" bit more clear, corrected a grammar error (dont -> don't)
2024-01-11 18:33:13 +00:00
.github/workflows Proper CI procedures for npm (#170) 2023-09-07 12:12:45 +01:00
docs Update yamt.md (#175) 2024-01-11 18:33:13 +00:00
.gitignore Proper CI procedures for npm (#170) 2023-09-07 12:12:45 +01:00
.gitmodules Switch to new theme and update VuePress to beta49 (#161) 2023-04-06 20:14:42 +01:00
LICENSE.txt Initial Commit 2018-07-02 22:51:21 -04:00
package-lock.json Proper CI procedures for npm (#170) 2023-09-07 12:12:45 +01:00
package.json Switch to new theme and update VuePress to beta49 (#161) 2023-04-06 20:14:42 +01:00
README.md Switch to new theme and update VuePress to beta49 (#161) 2023-04-06 20:14:42 +01:00

vita.hacks.guide

The complete guide to modding your PlayStation Vita.

https://vita.hacks.guide

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.