tutorial updates

This commit is contained in:
Jack Armitage 2022-12-25 16:21:18 +00:00
parent 823115c4ec
commit 858f4f74b3
14 changed files with 744 additions and 390 deletions

View file

@ -10,7 +10,7 @@
"test-ui": "vitest --ui",
"test-coverage": "vitest --coverage",
"bootstrap": "lerna bootstrap",
"setup": "npm i && npm run bootstrap && cd website && npm i",
"setup": "npm i && npm run jsdoc-json && npm run bootstrap && cd website && npm i",
"snapshot": "vitest run -u --silent",
"repl": "cd website && npm run dev",
"osc": "cd packages/osc && npm run server",