The official Quintschaf website.
- Commit code changes without the
docs/folder
This is needed for better commit readability and code review. - Place files that should be added to the
docs/folder indocs-extra/. - Our GitHub Workflow will automatically deploy changes once they're merged into
master.
# 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