Skip to content
This repository has been archived by the owner on Oct 2, 2024. It is now read-only.

Latest commit

 

History

History
32 lines (26 loc) · 357 Bytes

README.md

File metadata and controls

32 lines (26 loc) · 357 Bytes

Depot application

Getting started

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