Skip to content

Latest commit

 

History

History
40 lines (31 loc) · 1020 Bytes

README.md

File metadata and controls

40 lines (31 loc) · 1020 Bytes

Gitter

Central Online Seller Portal

Seller portal web application for Central Online.

Pre-prerequisites

- Ruby (and gem)
- NodeJS (and npm)
- Git
- PHP

Installing prerequisites (Windows)

Caution: Make sure git, ruby, gem, php are included in $PATH

gem install compass
npm install -g bower
npm install -g grunt-cli
npm install
bower install

Installing prerequisites (OS X / Linux)

sudo gem install compass
sudo npm install -g bower
sudo npm install -g grunt-cli
npm install
bower install

Installing prerequisites (OS X El Capitan)

sudo gem install -n /usr/local/bin compass
sudo npm install -g bower
sudo npm install -g grunt-cli
sudo npm install
sudo bower install

Compiling and running

compass compile
npm buildAll
npm serve