# rpcsx-site The code behind the homepage for the RPCSX project. ## Contributing see [CONTRIBUTING.md](CONTRIBUTING.md) ## Recommended IDE Setup [VSCode](https://code.visualstudio.com/) + [Volar](https://marketplace.visualstudio.com/items?itemName=Vue.volar) (and disable Vetur) + [TypeScript Vue Plugin (Volar)](https://marketplace.visualstudio.com/items?itemName=Vue.vscode-typescript-vue-plugin). ## Project Setup ```sh git clone https://github.com/RPCSX/rpcsx-site cd rpcsx-site npm install ``` ### Compile and Hot-Reload for Development ```sh npm run dev ``` ### Compile and Minify for Production ```sh npm run build ```