Skip to content

ngotchac/dasreviewer

Repository files navigation

DasReviewer

DasReviewer is an AngularJS application for the CodeReview, used with DasReviewer - API.

Usage

Only two steps (might need a sudo):

npm install && bower install
grunt serve

This application is linked to a NodeJS server, that should be, by default, run on local. To use a different server, modify the app/scripts/app.js => RestangularProvider.setBaseUrl(http://www.xxx.zzz:666).

Ubuntu 12.04

One might need to install Ruby, Sass & Compass (Ubuntu 12.04 - from here):

\curl -L https://get.rvm.io |  sudo bash -s stable --ruby --autolibs=enable --auto-dotfiles
sudo su

source /usr/local/rvm/scripts/rvm
rvm requirements

gem install sass
gem install compass

Then add source /usr/local/rvm/scripts/rvm to your .bashrc

That's all folks!

About

A CodeReview AngularJS application

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published