Skip to content

Latest commit

 

History

History
32 lines (26 loc) · 626 Bytes

README.md

File metadata and controls

32 lines (26 loc) · 626 Bytes

Teacher Dashboard

TODO

  • fix page titles
  • update lists on addition and deletion changes
  • error handling for store actions
  • endpoints
  • batch adding of users
  • easier association of user groups to robots

Installation

Modules necessary for running and building the app won't be installed in production environment. Make sure NODE_ENV is not set to production when installing the modules.

npm install

Compiles and hot-reloads for development

npm run serve

Compiles and minifies for production

npm run build

Lints and fixes files

npm run lint