# restore dependencies
npm ci --silent
Make sure the api is running.
Choose web or cli to run
npm run web
Go to http://localhost:3001/ui
npm run cli
to run tests you can run
npm t
or on watch mode
npm run test:watch
# restore dependencies
npm ci --silent
Make sure the api is running.
Choose web or cli to run
npm run web
Go to http://localhost:3001/ui
npm run cli
to run tests you can run
npm t
or on watch mode
npm run test:watch