assembly/README.md

21 lines
340 B
Markdown
Raw Normal View History

2021-08-11 19:46:17 +00:00
# Assembly
2021-07-17 16:50:30 +00:00
## Build Setup
```bash
# 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
```
For detailed explanation on how things work, check out the [documentation](https://nuxtjs.org).