nova-ui/README.md

31 lines
603 B
Markdown
Raw Permalink Normal View History

2022-12-04 09:02:30 +03:00
# tornado-new
## Build Setup
If you use the latest Node.js version, you should modify your NODE_OPTIONS env
```bash
export NODE_OPTIONS="--openssl-legacy-provider"
```
2022-12-04 09:02:30 +03:00
```bash
# install dependencies
$ yarn install
# build for production and launch server
$ yarn build
$ yarn start
# generate static project
$ yarn generate
2024-05-08 23:22:21 +03:00
# 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
2022-12-04 09:02:30 +03:00
```
For detailed explanation on how things work, check out [Nuxt.js docs](https://nuxtjs.org).