Skip to content

FiveSheepCo/quintschaf.com

Repository files navigation

quintschaf.com

The official Quintschaf website.

Contributing

  1. Commit code changes without the docs/ folder
    This is needed for better commit readability and code review.
  2. Place files that should be added to the docs/ folder in docs-extra/.
  3. Our GitHub Workflow will automatically deploy changes once they're merged into master.

Building

# install dependencies
npm install

# serve with hot reload at localhost:8080
npm run dev

# build for production with minification
npm run build

# test the production build locally
npm run serve