> Setup [avoiding CORS](https://github.com/Real-Dev-Squad/docs/tree/main/docs/dev/https-dev-url-cors)
# install dependencies
$ yarn install
# run dev serve on dev.realdevsquad.com (follow https setup instructions)
$ yarn dev
# serve with hot reload at localhost:3443 only
$ yarn dev:nuxt
# build for production and launch server
$ yarn build
$ yarn start
# generate static project
$ yarn generate
For detailed explanation on how things work, check out Nuxt.js docs.