flowtip icon indicating copy to clipboard operation
flowtip copied to clipboard

Set up static demo site

Open 10xjs opened this issue 6 years ago • 0 comments

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)

10xjs avatar Mar 15 '18 05:03 10xjs