Use Subgraph & Batched Events #3

Merged
Theo merged 9 commits from tornadocontrib/nova-ui:events-simple into master 2024-05-09 00:34:31 +03:00
Showing only changes of commit 4bfb781eff - Show all commits

@ -12,15 +12,19 @@ export NODE_OPTIONS="--openssl-legacy-provider"
# install dependencies # install dependencies
$ yarn install $ yarn install
# serve with hot reload at localhost:3000
$ yarn dev
# build for production and launch server # build for production and launch server
$ yarn build $ yarn build
$ yarn start $ yarn start
# generate static project # generate static project
$ yarn generate $ 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). For detailed explanation on how things work, check out [Nuxt.js docs](https://nuxtjs.org).