Skip to content

Latest commit

 

History

History
29 lines (18 loc) · 776 Bytes

README.md

File metadata and controls

29 lines (18 loc) · 776 Bytes

shoebox-ui-halogen

Build Status

This is a UI for the shoebox project using the PureScript Halogen framework.

Usage

  1. Start the shoebox backend.
  2. Clone and build shoebox-ui-halogen.
  3. Open dist/index.html in a browser.

Build

  1. Ensure that Node.js version 4 or higher is installed:

    node --version
    
  2. Install the Node modules:

    npm update
    
  3. Install Bower:

    npm install -g bower
    
  4. Install the Bower components:

    bower update
    
  5. Build the UI:

    npm run build