A graphical library used for visualising mathematical concepts
First, build the project with parcel. You will need to start a live server yourself on the ./index.html
file:
yarn dev
Alternatively, you can build the project with webpack:
yarn dist
To run prettier use:
yarn prettier
Or to run both prettier and eslint use:
yarn lint
For legal information, please refer to LICENSE.md for information about Attribution-NonCommercial-NoDerivatives 4.0 International which this project is protected by