Skip to content

Building locally

Clemens edited this page Aug 8, 2024 · 1 revision

To build:

yarn install
yarn build # or yarn watch for development

To run:

Start a webserver in the dist directory. For example:

cd dist
python3 -m http.server 3333

Then open your browser to http://localhost:3333

You can create a new strate with http://localhost:3333/new

Clone this wiki locally