- Ruby
- RubyGems
- Rake
- Bundler
Assuming you have RubyGems, install Rake and Bundler.
$ gem install rake bundler
Now clone the repository.
$ git clone https://github.com/hsmty/web.git hsmty.web
$ cd hsmty.web
$ bundle install
Run the rake
command to serve and watch any changes you make automatically.
$ rake
Have fun.