- sinatra(2.0.5)
- ruby(2.5.5)
- bundle
- haml
- css
- javascript
Firstly, be sure that you have ruby 2.5.5. To check run:
ruby -v
Secondly, clone this project to your local machine
git clone https://github.com/Adushar/currency_calculator.git && cd currency_calculator
Then install gems
bundle
And finally start application
bundle exec rackup -p 9292 config.ru
OR
ruby app.rb
rspec spec