mirror of
https://github.com/RPCSX/RPCSX.github.io.git
synced 2026-01-31 01:05:21 +01:00
31 lines
636 B
Markdown
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
|
|
```
|