Skip to content

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

License

Notifications You must be signed in to change notification settings

KirillTregubov/Harkness-Helper

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

36 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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