Skip to content

Latest commit

 

History

History
33 lines (22 loc) · 395 Bytes

File metadata and controls

33 lines (22 loc) · 395 Bytes

Poc interface for Sprinter-sdk

Developing

Install dependancies with

yarn

Make sure you build the entire sprinter-ts packages, with

cd ..
yarn build

Start a development server:

yarn dev

# or start the server and open the app in a new browser tab
yarn dev -- --open

Building

To create a production version of your app:

yarn build