Skip to content

Small VueJS application that has local data to generate a korfbal training for our team.

License

Notifications You must be signed in to change notification settings

nlxdodge/korf-coach

Repository files navigation

Korf Coach

An app that generates a training based on a list of settings. Can generate different types of exercises with different scores or time limits.

Live Environment: https://korf-coach.netlify.app/

Install dependencies

npm install

Run development environment (Hot-reloads) on http://localhost:3000/

npm run dev

Lint the project

npm run lint

Build for production environment

npm run build