/Harkness-Helper

A Harkness table tracking tool made by high school seniors for our ICS4U course.

Primary LanguageVueMIT LicenseMIT

Project Harkness

Installing the development project locally

cd frontend
npm install

Working with the frontend

Compile and run for development

npm run serve

Compile and minify for production

npm run build

Run tests

npm run test

Lint and fix files

npm run lint