Files
archived-RPCSX.github.io/README.md
2023-11-17 15:38:26 -06:00

31 lines
636 B
Markdown

# 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
```