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

jhil/bopit

Repository files navigation

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