/polygon-boolean

Polygon boolean calculation and visualisation

Primary LanguageTypeScript

Development Setup

First, install node and npm

Then install the relevant project dependencies:

npm i

To run the page locally, run the command:

npm run dev

To run tests, run the command:

npm run test

To deploy to GitHub Pages, run the command:

npm run deploy

so that it'll be deployed to a new branch gh-pages.