This is the business for building the flora website.
It is Elm. Also webpack because it's fun.
- clone it
> npm run reinstall
(takes a little while)
> npm run build
Files generated from the build end up in dist/
.
To get a neat live server
> npm start