Install dependancies with
yarnMake sure you build the entire sprinter-ts packages, with
cd ..
yarn buildStart a development server:
yarn dev
# or start the server and open the app in a new browser tab
yarn dev -- --openTo create a production version of your app:
yarn build