A complete guide to PS Vita (TV) custom firmware, from stock to HENkaku Ensō.
Go to file
lifehackerhansol e13b2d2e67
VitePress migration (#188)
* Remove vuepress theme submodule

* Switch to VitePress
2024-10-02 23:12:21 +01:00
.github/workflows Proper CI procedures for npm (#170) 2023-09-07 12:12:45 +01:00
docs VitePress migration (#188) 2024-10-02 23:12:21 +01:00
.gitignore VitePress migration (#188) 2024-10-02 23:12:21 +01:00
.gitmodules VitePress migration (#188) 2024-10-02 23:12:21 +01:00
LICENSE.txt Initial Commit 2018-07-02 22:51:21 -04:00
package-lock.json VitePress migration (#188) 2024-10-02 23:12:21 +01:00
package.json VitePress migration (#188) 2024-10-02 23:12:21 +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.