Skip to content

Latest commit

 

History

History
11 lines (10 loc) · 461 Bytes

README.md

File metadata and controls

11 lines (10 loc) · 461 Bytes

How to setup application

  1. Clone repository: git clone [email protected]:yaroslavrick/console_cars_shop.git
  2. Open project in your favorite IDE (VS Code for example)
  3. Install ruby version 3.1.2 via your favorite ruby version manager (rbenv for example): rbenv install 3.1.2
  4. Install the dependencies: bundle
  5. Run ruby application in the command line: ruby index.rb