- ruby(2.5.5)
- bundle
- rspec
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/CNA.git && cd CNA
Then install gems
bundle
And finally start application
ruby run.rb
rspec spec