/tpebudget

twbudget hacks for yahoo hackday tw 2012

Primary LanguageLiveScriptOtherNOASSERTION

tpe-budget-2016

visualizing taipei 2016 spending

Prerequisites

Windows 7(32-bit):

1.Install the correct Windows SDK from here for the Node modules requiring rebuild for installation such as bcrypt.

2.Install Visual Studio 2008 Redistributables from here for OpenSLL, which is for bcrypt.

3.Install OpenSSL from here for bcrypt.

4.Same as below except "brew" is not available on Windows so please install below modules separately.

Mac OS X and Homebrew:

$ brew install node        # Install nodejs and npm
$ brew install brew-gem    # Install sass
$ gem install sass
$ brew install mongodb     # Install mongodb
$ mongod                   # Run mongodb in foreground

build

  • npm i to install node packages

  • num install -g brunch to install brunch tool

Note: Have to use node 0.8 or before to prevent bcrypt issues (or use bcryptjs instead).

Running the app during development

  • brunch w &
  • make run

Then navigate your browser to http://localhost:8000

License

MIT http://g0v.mit-license.org/

source

Fork from https://github.com/g0v/twbudget