Skip to content

QuentinRoy/polygon-centroid-viewer

Repository files navigation

Polygon Centroid Viewer

A small application to create polygons and view their centroids.

Demo

https://quentinroy.fr/misc/polygon

Install

git clone https://github.com/QuentinRoy/polygon-centroid-viewer.git
cd polygon-centroid-viewer
npm install

Start (dev mode)

npm run dev

Build for production

npm run build

Creates the dist repository.