Files
archived-RPCSX.github.io/README.md
2023-07-06 20:33:41 -05:00

639 B

rpcsx-site

The code behind the homepage for the RPCSX project.

Contributing

see CONTRIBUTING.md

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