Skip to content

TipoftheHats/new-tipofthehats.org

Repository files navigation

tipofthehats.org

Our website.

Installation

  1. Install Node.js 7 or greater
  2. Clone this repo
  3. Open a terminal in the directory where you cloned this repo
  4. Install npm & bower dependencies
    npm install -g bower
    npm install
    bower install

Usage

  1. Run npm start
  2. Open http://localhost:8081/ in your browser

Bear in mind that you may need to run npm install and/or bower install again after pulling down new commits.