This directory contains bash files for performing common actions.
Note: Run the commands directly from the main repository directory, e.g.
$ cmds/type-check
.
The cmds/viewer file by default runs cmds/demos-viewer, which starts the Viewer with the demo projects (plus and any custom projects that have been added to viewer.ts).
To start the viewer with custom projects defined separately in a directory, for
example src/my_projects, run cmds/set-up-custom-projects-dir my_projects
(works on linux or WSL). See
Custom projects in a separate repository
for more information.