mirror of
https://github.com/Ryujinx/Ryujinx-Website.git
synced 2025-01-10 11:17:17 -03:00
8134389b9f
TODO: - migrate to vuetify 2.x - CI integration - move team.json to another repository
21 lines
374 B
Markdown
21 lines
374 B
Markdown
# Ryujinx Website
|
|
|
|
### 1. Install Gridsome CLI tool if you don't have
|
|
|
|
`npm install --global @gridsome/cli`
|
|
|
|
## 2. Build Setup
|
|
|
|
``` bash
|
|
# install dependencies
|
|
npm install
|
|
|
|
# serve with hot reload at localhost:8080
|
|
npm run develop
|
|
|
|
# build for production with minification
|
|
npm run build
|
|
|
|
# build for production and view the bundle analyzer report
|
|
npm run build --report
|
|
```
|