Skip to content

calder-gl/playground

Repository files navigation

Calder Playground

Development Setup

  1. Install the node packages with Yarn:
yarn install
# Needed to get the correct version of `calder-gl`.
yarn upgrade calder-gl
  1. Compile the TypeScript:
yarn compile
  1. Start the server:
yarn server
  1. Open localhost:3000
open http://localhost:3000

Updating Calder

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.