Skip to content

Latest commit

 

History

History
26 lines (20 loc) · 634 Bytes

README.md

File metadata and controls

26 lines (20 loc) · 634 Bytes

calder-gl

🎨 Written by — Paul Bardea, Abhishek Madan, Andrew McBurney, Dave Pagurek Van Mossel

CircleCI


Development Setup

You should have gulp-cli installed on your system already: yarn global add gulp-cli.

# Install dependencies
yarn install

# Watch for changes to TypeScript, and build on change
gulp watch

# Run the compiled es5 JavaScript code
npm start

Testing

Note: test files should have the suffix: .spec.ts

# Run full test suite
npm test