landru29 / brew-it-yourself

Web application for beer recipe edition

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

Web application for beer recipe edition


Languages

Language:JavaScript 69.9%Language:HTML 17.3%Language:CSS 12.9%