Simplify serving and building
Pre-release
Pre-release
Stopped trying to have to serve flows. Now there is just one. No SSR needed. Also could have used Deno to substitute values in the index.html
file but it was much simpler to just have two HTML files - one pointing to the dev bundle and one pointing to the prod minified bundle of another name.
The docs and Makefile had a lot of changes.