Skip to content

Hubesco/site

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

78 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Hubesco Build Status Dependency Status

Hubesco's site.

Build

  • 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 dependencies bundle install
  • Launch ruby server.rb