Skip to content

Latest commit

 

History

History
35 lines (22 loc) · 719 Bytes

README.md

File metadata and controls

35 lines (22 loc) · 719 Bytes

Graphica

graphica

A graphical library used for visualising mathematical concepts

Getting Started

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

License

For legal information, please refer to LICENSE.md for information about Attribution-NonCommercial-NoDerivatives 4.0 International which this project is protected by