The core directive for this repository is to provide workshop participants with all the resources they require for the workshop.
If you want to keep a copy of your work in your own repo, please make sure to fork the repository before cloning!
# Clone repo
git clone {{ workshopResourcesRepo }}
# Change directories to workshop resources
cd workshop-resources
# Install dependencies
npm install
# Run local web server with hot-module reloading
npm run serve
# Compile a production build
npm run build
# Run tests
npm run test
# Lint and fix files
npm run lint
This work is licensed under a Creative Commons Attribution-NonCommercial-ShareAlike 4.0 International License