Skip to content

Latest commit

 

History

History
41 lines (28 loc) · 578 Bytes

README.md

File metadata and controls

41 lines (28 loc) · 578 Bytes

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.