Skip to content
This repository was archived by the owner on Oct 10, 2018. It is now read-only.

Latest commit

 

History

History
33 lines (23 loc) · 599 Bytes

File metadata and controls

33 lines (23 loc) · 599 Bytes

Install with GIT

Clone the project

$ git clone https://github.com/M6Web/BabitchClient.git

Configure

$ cd BabitchClient
$ cp app/scripts/config.js.dist app/scripts/config.js

Then edit app/scripts/config.js to match your requirements

For production purposes

  • Install the Babitch Server API => M6Web/Babitch
  • Go to app/scripts/config.js and change server config
$ ./node_modules/.bin/bower install
$ ./node_modules/.bin/grunt build

For dev purposes

$ npm install
$ ./node_modules/.bin/bower install