/brew-it-yourself

Web application for beer recipe edition

Primary LanguageJavaScript

Brew it yourself

This web application let you edit beer recipes. It is for brewers who needs advanced tools to estimate IBU, Alcohol, ...


Installation

You need, first, to install NodeJs, grunt and bower on your machine: http://nodejs.org/

npm install -g grunt-cli
npm install -g bower

You also need sass and compass (for scss compilation)

gem install sass
gem install compass

Then, from the main folder :

npm install
bower install

Launch the application in development mode

grunt serve

Build the application

grunt

This will create dist.tgz

Check the built application

grunt prod_check