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
cd
into your local copy of the repository.- Run
pnpm i
to install dependencies located inpackage.json
. - Run
pnpm start:storybook
to start Storybook, or runpnpm jest --watch
to 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.