2.5.1 • Published 7 years ago
cartogram v2.5.1
Roadmap
- Make the repo usable across various module systems
- Remove dependence on threeJS, backbone, underscore, requirejs, etc
- Add ReactJS bindings
Development Workflow
We prefer to use yarn instead of npm, however you can stil use npm commands by doing npm run {command} instead of yarn {command}
Install
git clone git@github.com:eventbrite/cartogram.git
cd cartogram
yarnDevelopment
- Run
yarn watch:dev - Go to
http://localhost:8081/examples/interactive.html - Make changes locally and refresh the link above to test your changes.
All examples are listed under the examples folder.
Contribution
Open PRs and tag reviewers to review