Skip to content

Latest commit

 

History

History
36 lines (20 loc) · 603 Bytes

README.md

File metadata and controls

36 lines (20 loc) · 603 Bytes

Reap time tracking

Time tracking application written in Ruby on Rails

Getting Started


You can get check out this project in two ways: setting it up locally or testing our live version.

Setting Up Locally

Install the project's dependencies by running:

yarn install

and

bundle install

Database stuff -----------

Finally, you can run your project locally with:

bin/dev

Open your browser and visit http://localhost:3000, your project should be running!