Front end for admin level UCLA (BOL) account management.
Son of Odin, brother to Baldr – SURPASSING BOTH!
note: due to user research this is not responsive. intended to be viewed on a wide display (1440px+) evergreen browser or IE10+.
This contains custom elements built using polymer, and a github submodule of some shared team SCSS styles.
In order to build dependencies you’ll need to install Node + NPM, Bower & Bundler if you haven’t already. The instructions assume you’re running OS X or some flavour of Linux.
- Go to https://nodejs.org and download and run the Node installer for the operating system you’re using (or use a package manager of your choice)
- Run
sudo npm install npm -g
to make sure you’re using the latest npm - Install Bower with npm by running
npm install -g bower
- Install Bundler (you may need to sudo) with
gem install bundler
- Navigate to the directory you’ve cloned/downloaded this repository to
- Run
npm install
- Run
bower install
- Run
bundle install
$ grunt serve
to view
$ grunt serve --force
to view if it gives you some sass