mirror of
https://github.com/misenhower/splatoon2.ink.git
synced 2026-04-19 15:07:27 -05:00
20 lines
150 B
Markdown
20 lines
150 B
Markdown
# splatoon2.ink
|
|
|
|
## Development
|
|
|
|
```shell
|
|
yarn serve
|
|
```
|
|
|
|
## Production
|
|
|
|
```shell
|
|
yarn build
|
|
```
|
|
|
|
## Update SplatNet Data
|
|
|
|
```shell
|
|
yarn splatnet
|
|
```
|