- Ruby on Rails
- graphql-ruby
- Devise authentication
- Single Page Application
more
cp .env.example .env
docker-compose setup
docker-compose run --rm app yarn
make up
or
make up-verbose
make generate
make migrate
make seed
see Makefile
make test
make test-all
make jest
make new-component