Skip to content

Latest commit

 

History

History
30 lines (20 loc) · 636 Bytes

File metadata and controls

30 lines (20 loc) · 636 Bytes

rpcsx-site

The code behind the homepage for the RPCSX project.

Contributing

see CONTRIBUTING.md

Recommended IDE Setup

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

Project Setup

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

Compile and Hot-Reload for Development

npm run dev

Compile and Minify for Production

npm run build