Skip to content

Latest commit

 

History

History
34 lines (25 loc) · 715 Bytes

README.md

File metadata and controls

34 lines (25 loc) · 715 Bytes

quakestats

Ultramodern app for inspecting quake stats

TODO UI:

  • write dev environment installation manual
  • clean up boilerplate code
  • use webservice
  • implement badges
  • make home baked jokes
  • bake home make cookes

To install & run ui

  • cd ui/
  • npm install
  • bower install
  • grunt server

"npm install" downloads required node modules and other dependencies to local cache.

"bower install" downloads required js libraries.

"grunt server" builds and runs the app (does minification etc.)

Running the rest API

bundle install bundle exec ruby rest.rb