Hologram Github Theme Example
December 12, 2015 ยท View on GitHub
This is an example web application using Hologram with the Hologram Github Theme to generate a styleguide.
Prerequisites
Assuming you have Ruby with Bundler and NPM/Node installed:
bundle install
npm install
Building
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