Skip to content

Latest commit

 

History

History
20 lines (16 loc) · 581 Bytes

README.md

File metadata and controls

20 lines (16 loc) · 581 Bytes

ps4.cfw.guide

A complete PS4 modding guide, from stock to jailbroken.

https://ps4.emiyl.com

Running the site locally

This requires the following installed to your system:

To test the website locally, simply run the following commands:

yarn install

to install all packages required by the website (VuePress v2 and plugins), then

yarn docs:dev

to build the Markdown files into HTML and start a testing webserver on http://127.0.0.1:8080.