Umigame-Soup

This is Application ウミガメのスープ( https://umigame-soup-app.herokuapp.com/ )

Stars
0

Umigame-Soup

This README would normally document whatever steps are necessary to get the

How to build

> docker compose build
> docker compose up

# at another terminal
> docker compose exec web bash
> bundle exec rails webpacker:install
> bundle exec rails db:create
> bundle exec rails db:migrate

Open "localhost:3000"