Update README.md

This commit is contained in:
Tornado Contrib 2024-05-08 20:22:21 +00:00
parent 41a9a75036
commit 4bfb781eff
Signed by: tornadocontrib
GPG Key ID: 60B4DF1A076C64B1

@ -12,15 +12,19 @@ export NODE_OPTIONS="--openssl-legacy-provider"
# install dependencies
$ yarn install
# serve with hot reload at localhost:3000
$ yarn dev
# build for production and launch server
$ yarn build
$ yarn start
# generate static project
$ yarn generate
# serve with hot reload at localhost:3000
# should do yarn build first if worker files are changed
$ yarn dev
# update cached events from node & subgraphs
$ yarn update:events
```
For detailed explanation on how things work, check out [Nuxt.js docs](https://nuxtjs.org).