Skip to content

Latest commit

 

History

History
28 lines (18 loc) · 636 Bytes

README.md

File metadata and controls

28 lines (18 loc) · 636 Bytes

Hologram Github Theme Example

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