Skip to content

Latest commit

 

History

History
38 lines (25 loc) · 1.15 KB

README.md

File metadata and controls

38 lines (25 loc) · 1.15 KB

frontmania2019

Netlify Status Commitizen friendly

Frontmania 2019 website

Build Setup

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

Development

  1. Create a feature branch
  2. Make your changes
  3. Stage your changes
  4. Run npm run cm to create a conventional commit
  5. Issue a PR

Deployment

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.