Time tracking application written in Ruby on Rails
You can get check out this project in two ways: setting it up locally or testing our live version.
Install the project's dependencies by running:
yarn install
and
bundle install
Finally, you can run your project locally with:
bin/dev
Open your browser and visit http://localhost:3000, your project should be running!