Skip to content

Latest commit

 

History

History
 
 

cmds

Commands

This directory contains bash files for performing common actions.

Note: Run the commands directly from the main repository directory, e.g. $ cmds/type-check.

Starting the Viewer

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).

Custom projects

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.