kue-viewer
Learning Pathway viewer package
Author:
How to setup
- Make sure you've got NPM and Node installed. If necessary, do this via
nvm
. Use at leastv16.13.0
of Node. - Add yarn by typing:
npm i -g yarn
- Execute:
yarn
in the project directory to install packages.
Commands
yarn build
builds the application for deploymentyarn push
publishes the package in to the repositoryyarn dev
runs the application in local, development modeyarn test
runs local testingyarn cy
runs Cypress integration testsyarn ci:test
runs tests destined to run in a pipeline