plant-drawer

Stars
33

Plant Drawer

SVG generative flowery plant.

Demos

https://codepen.io/steveg3003/full/BrYyvP/ https://codepen.io/steveg3003/full/WzMGJg/ https://codepen.io/steveg3003/full/vRdxZy/

Getting started

First you need to download the the packages

npm install

Development

For development run

npm run start

Which will the app on http://localhost:3000 and will reload when you make changes

Build

To create a new build run

npm run build

Which will create a new version of the app in a 'dists' folder.