krtek / Tea-clock

Steep your tea right!

Home Page:www.tea-clock.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Tea-clock

Steep your tea right.

Intro

Currently running on website and as a Chrome Web Store application. Written in Coffeescript, with Angular.js and Twitter Bootstrap.

Setup dev environment

  1. sudo npm install -g bower grunt-cli
  2. npm install - installs development libraries (coffeescript etc.)
  3. bower install - downloads Angular.js and Twitter Bootstrap
  4. grunt - compiles all *.coffee to *.js and generates HTML5 appcache
  5. Deploy on apache server
  6. Enjoy!

Watch for changes and recompile

  1. grunt watch

Unit testing

  1. Install karma by running npm install -g karma
  2. Run tests by running karma start tests/karma.conf.js
  3. Unit tests are located in tests/unit

About

Steep your tea right!

www.tea-clock.com

License:MIT License


Languages

Language:HTML 74.3%Language:CoffeeScript 10.3%Language:JavaScript 4.1%Language:CSS 4.1%Language:PHP 3.4%Language:C# 3.1%Language:PowerShell 0.3%Language:Hack 0.2%Language:Ruby 0.2%