This site uses a modified version of Flatdoc to load in the README.md file from the HubbleJS repo.
The current build is simple, start by installing the dependencies:
$ npm install
Then, run two separate processes that will compile the CSS and start a server on http://localhost:1313
$ npm run build
$ npm run serve
The site is automatically deployed when commits land in master, via Github Pages.
- Create build process for JS
- Switch from Stylus to SCSS
- Remove flatdoc for a lighter weight version