Skip to content

Latest commit

 

History

History
31 lines (21 loc) · 458 Bytes

README.md

File metadata and controls

31 lines (21 loc) · 458 Bytes

The doenet.cloud Gradebook

See the live version at doenet.cloud.

This static website provides a nice UI for the LRS database hosted at api.doenet.cloud.

Project setup

yarn install

Compiles and hot-reloads for development

yarn run serve

Compiles and deploys for production

yarn run build
yarn run deploy

Lints and fixes files

yarn run lint