- Install the node packages with Yarn:
yarn install
# Needed to get the correct version of `calder-gl`.
yarn upgrade calder-gl
- Compile the TypeScript:
yarn compile
- Start the server:
yarn server
- Open
localhost:3000
open http://localhost:3000
To use a newer version of Calder in this repo, run the following:
yarn upgrade calder-gl
This will change the commit for calder#master
in yarn.lock
, which you can then commit.