Bulit using Hologram with the Hologram Github Theme to generate a styleguide.
Assuming you have Ruby with Bundler and NPM/Node installed:
bundle install
npm install
To build the app with the styleguide:
npm run build
The styleguide can then be found in the styleguide/
directory, the app in the dist/
directory.
To start server with live-reload and open the styleguide in a browser:
npm run serve:styleguide