Skip to content
This repository has been archived by the owner on Jun 20, 2021. It is now read-only.

neko314/sharing

Repository files navigation

CircleCI

What's Sharing

Application to visualize how many housekeeping jobs you and your family have.

You all will feel less burden with this app.

Image from Gyazo

Version

Rails 5.2.2

Ruby 2.6.1

Setup

$ bin/rails db:migrate

Only first time you loanch this app, please run

$ bin/rails db:seed
$ bin/rails db:seed RAILS_ENV=test

and

$ bin/rails server

Check codes

$ bundle exec rubocop
$ slim-lint

Test suite

$ bundle exec rspec