## Prerequisites [Node.js](http://nodejs.org/) must be installed. ## Getting Started ```sh git clone https://github.com/nick-dave-turner/react-charts-d3 cd react-charts-d3 ``` ## Installation * Running `yarn install` in the components's root directory will install everything you need for development. ## Demo Development Server * `yarn start` will run a development style guide server showcasing all components at [http://localhost:6060](http://localhost:6060) with hot module reloading. See [react-styleguidist](https://github.com/styleguidist/react-styleguidist) for more info. ## Building * `yarn build` will build the library ready for publishing to npm and also format the files and create the style guide. ## Flow checking * `yarn flow` will start the flow server for static type checking.