Skip to content

Project populate jCourse

Daniel Hasegan edited this page May 7, 2014 · 3 revisions

Plan

  • put fall/spring course details in catalogue
  • change UI
  • put a tab with all professors sorted by ratings
  • up/down reviews
  • change the UI

Change the UI

If you want to modify the bootstrap theme you have to modify the variables.less file inside the new folder jCourse/userinterface

install npm and grunt:

cd jCourse/userinterface

sudo apt-get install npm

sudo npm install grunt

npm install

After you changed the variables.less file you have to compile the less into css and move it to the static folder:

cd jCourse/userinterface/

grunt dist

rsync -r dist/ ../static/

cd ../../

Clone this wiki locally