If you find a bug in the source code or a mistake in the documentation, you can help us by submitting an issue to our [GitHub Repository][github]. Even better you can submit a Pull Request with a fix.
You will need the following to run a local development enviroment.
- Node.js & npm
- pnpm (
npm install -g pnpm) - Text editor of your choice
cdinto your local copy of the repository.- Run
pnpm ito install dependencies located inpackage.json. - Run
pnpm start:storybookto start Storybook, or runpnpm jest --watchto run tests in watch mode. Congrats, you should now be able to see your local copy of the Chartist testbed.
If you are creating a Pull Request, fork the repository and make any changes on the develop branch.