Skip to content
This repository was archived by the owner on Mar 6, 2024. It is now read-only.

Latest commit

 

History

History
13 lines (10 loc) · 298 Bytes

File metadata and controls

13 lines (10 loc) · 298 Bytes

bopit

Run it on your machine

  1. Install Node.js.
  2. Install Grunt, Bower, and CoffeeScript:

    sudo npm install -g grunt-cli bower coffee-script

  3. Install the dependencies:

    npm i && bower i

  4. Start the auto-build and auto-refresh server:

    PORT=8000 grunt serve