flowtip
flowtip copied to clipboard
Set up static demo site
Create the foundation for a static site to be hosted on github pages.
Scripts:
- Run a hot-reloading dev server:
npm start
- Build the static site:
npm run build
TODO:
- demo
- examples
- docs
- Set up publish script (probably using
gh-pages
)