Hubesco's site.
- Download nodejs
- Clone the repo:
git clone https://nicompte@bitbucket.org/nicompte/hubesco-site.git hubesco
- Go to your project folder
cd hubesco
and install dependencies:npm install
- Install the grunt cli
npm install -g grunt-cli
- Build:
grunt
- Download ruby
- Install the bundle gem
gem install bundle
- Go to your project folder
cd hubesco
and install the dependenciesbundle install
- Launch
ruby server.rb