/website-goals

All the goals that make you better each day!

Primary LanguageVueMIT LicenseMIT

goals-site

Setup

Please install yarn and volta

Why Volta?

To install Volta, please follow the process

> Setup [avoiding CORS](https://github.com/Real-Dev-Squad/docs/tree/main/docs/dev/https-dev-url-cors)

# install dependencies
$ yarn 

# Confirm correct configuration setup 
$ yarn validate-setup

# 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.