You can search through Github and find your favorite repository.
- Clone the project
- run the command
bundle install
- run the command
yarn install
- run the command
bin/rails s
Now the project is online on localhost:3000
For running tests you can run the command bundle exec rspec
- Clone the project
- run the command
docker-compose up -d
Now the project is online on localhost:3000
For running test you can run the command docker-compose exec app bundle exec rspec