Skip to content

Latest commit

 

History

History
18 lines (13 loc) · 267 Bytes

README.md

File metadata and controls

18 lines (13 loc) · 267 Bytes

Generate Voronoi diagram

Live: https://jeegurda.github.io/voronoi

Build

$ npm i
$ npm run build
$ npx serve public/  # 'serve' not included, just an example

Serve'n'dev

$ npm i
$ npm run serve  # runs at http://localhost:8000