SVG generative flowery plant.
Demos
https://codepen.io/steveg3003/full/BrYyvP/
https://codepen.io/steveg3003/full/WzMGJg/
https://codepen.io/steveg3003/full/vRdxZy/
First you need to download the the packages
npm install
For development run
npm run start
Which will the app on http://localhost:3000 and will reload when you make changes
To create a new build run
npm run build
Which will create a new version of the app in a 'dists' folder.