GinesOrtiz / hackhappiness-app-1

HackHappiness App

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

The repo for HackHappiness App

Dependencies

After install this dependencies run gulp install to install all dependencies and setup the project.

Setup: Starting from scratch on MacOS (recommemded setup)

# Install Homebrew
ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)"
# Install Bundler
gem install bundler
# Install RVM
curl -L get.rvm.io | bash
# Install Node, direnv & Android-SDK
brew install node android-sdk direnv
# Install and update android packages
android update sdk --no-ui -a --filter tools,platform-tools,android-19,build-tools-19.1.0,extra-android-m2repository,extra-google-m2repository
# Install Ruby (needed just for the SASS gem)
rvm install ruby-2.0.0-p598


### ENV vars

Please follow the instructions to setup Direnv to take all the advantages of it [here](http://direnv.net/#man/direnv.1)



About

HackHappiness App

License:MIT License


Languages

Language:CSS 84.0%Language:JavaScript 10.6%Language:HTML 5.4%