Files
archived-RPCSX.github.io/README.md
2023-07-06 18:51:21 -05:00

583 B

rpcsx-site

The code behind the homepage for the RPCSX project.

VSCode + Volar (and disable Vetur) + TypeScript Vue Plugin (Volar).

Project Setup

git clone https://github.com/OCDkirby/rpcsx-site
cd rpcsx-site
npm install

Compile and Hot-Reload for Development

npm run dev

Compile and Minify for Production

npm run build