# me## Build Setup```bash# install dependencies
$yarninstall
# serve with hot reload at localhost:3000
$yarndev
# build for production and launch server
$yarnbuild
$yarnstart
# generate static project
$yarngenerate
```
For detailed explanation on how things work, check out [Nuxt.js docs](https://nuxtjs.org).