Clone the repository
$ git clone https://github.com/michudzik/depot.git <destination>
Install required gems
$ bundle install
Update yarn packages
$ yarn install
Migrate the database
$ rails db:migrate
Run the test suite
$ rails test
Start the server
$ rails server