Skip to content

Latest commit

 

History

History
23 lines (15 loc) · 618 Bytes

README.md

File metadata and controls

23 lines (15 loc) · 618 Bytes

branchr-client

The web client for Branchr.

Prerequisites

This project requires node and ruby to be installed on the system.

Ensure you have gulp and bower installed globally: npm install -g gulp bower

Also ensure you have the ruby sass compiler installed (needed for gulp).

Installation

npm install

Usage

gulp serve will automatically install bower dependencies, run the build process, and serve the build at localhost:8000. If in dev mode (the default), it will also watch your files for changes.