Frontmania 2019 website
# install dependencies
$ yarn install
# serve with hot reload at localhost:3000
$ yarn run dev
# build for production and launch server
$ yarn run build
$ yarn start
# generate static project
$ yarn run generate
For detailed explanation on how things work, checkout Nuxt.js docs.
- Create a feature branch
- Make your changes
- Stage your changes
- Run
npm run cm
to create a conventional commit - Issue a PR
Deployment is done via Netlify. When code gets merged to master, Netlify regenerates the static application via nuxt generate
and deploys automatically.
2019.frontmania.com
is configured to point to the netlify domain dreamy-mcnulty-dc0b12.netlify.com.
in the TransIP domain administration panel.