2018-05-22 18:43:03 +02:00
|
|
|
# Ryujinx Website
|
2018-05-22 18:41:27 +02:00
|
|
|
|
2020-02-07 16:08:14 +01:00
|
|
|
### 1. Install Gridsome CLI tool if you don't have
|
|
|
|
|
|
|
|
`npm install --global @gridsome/cli`
|
|
|
|
|
|
|
|
## 2. Build Setup
|
2018-05-22 18:41:27 +02:00
|
|
|
|
|
|
|
``` bash
|
|
|
|
# install dependencies
|
|
|
|
npm install
|
|
|
|
|
|
|
|
# serve with hot reload at localhost:8080
|
2020-02-07 16:08:14 +01:00
|
|
|
npm run develop
|
2018-05-22 18:41:27 +02:00
|
|
|
|
|
|
|
# build for production with minification
|
|
|
|
npm run build
|
|
|
|
|
|
|
|
# build for production and view the bundle analyzer report
|
|
|
|
npm run build --report
|
|
|
|
```
|