The Activimetrics website, which should be running live here.
$ npm install
$ component install
$ make
$ node server.js
./server.js # the web server, uses express
./views/*.jade # html templates
./client/boot/ # client-side javascript and css, in component_js format
./client/component-theleagueof-raleway/ # Raleway font packaged as a local component
There's only one page. It's in views/index.jade. Client-side javascript is managed using
component.js and implemented in client/boot.
We're using bootstrap and font-awesomefor styling along with some web fonts---some packaged
as components. See component.json for the complete list of components used.