This is the source code for the online app that we host (link above).
You can find the source code for the SMART simulator itself here, or the visualiser here.
The following instructions are for Linux only.
-
Follow the instructions in
./smart
to set up the simulator. -
Install bun with:
curl -fsSL https://bun.sh/install | bash
-
In the root directory, run:
bun install
-
To start the stack, run:
bun run dev
-
Open the provided URL in your browser.