Skip to content

Latest commit

 

History

History
38 lines (22 loc) · 792 Bytes

File metadata and controls

38 lines (22 loc) · 792 Bytes

Banner

Open the app


SMART Demo

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.

Install

The following instructions are for Linux only.

  1. Follow the instructions in ./smart to set up the simulator.

  2. Install bun with:

    curl -fsSL https://bun.sh/install | bash
  3. In the root directory, run:

    bun install
  4. To start the stack, run:

    bun run dev
  5. Open the provided URL in your browser.