-
Run: git clone https://github.com/ahmedKhaled1995/otlob-rails.git
-
Run: cd otlob-rails
-
You migth get "Required ruby-2.6.6 is not installed." , if so you will run the command: rvm install "ruby-2.6.6"
-
Run: bundle install
-
Run: npm i
-
Run: rails db:migrate
-
Run: rails s then visit localhost:3000
PS if an error occurs when visiting the localhost, close the server and run the following two commands: (1) gem uninstall sqlite3 (2) gem install sqlite3