- Clone or fork this repository
- Make sure you have the following technologies installed on your computer:
- node.js - Requires node.js 6.0.0 or greater
- Watchman - A file watching service
- Yarn Package Manager
- run
yarn
to install dependencies - run
yarn run bootstrap
to bootstrap the project, link dependencies, and do the initial build step for each package - run
yarn test
to run the tests that will run during PRs
You can find all Sketch files that define the visual specs of a chart in charts-design.
The project currently leverages Lerna in order to manage multiple packages contained within this project. To learn more about this, please view our CONTRIBUTING.md
.
At the moment, we only have ./examples
to show what our desired output is. This page uses inaccessible work and is only examples instead of reusable pieces. To run:
git clone https://github.com/IBM-Design/charts.git
cd charts
yarn install
yarn run examples