- Node v26.1.0
$ docker-compose build
$ docker-compose up -d$ docker-compose exec app bin/setupLogin via 'GitHubでログイン', and a user data will be created in user table.
Then, run the following command to create sample data.
docker-compose exec app bin/rails db:seed
``
## 4. `config/credentials.yml.enc`
Define a GitHub `client_id` and `client_secret`.
```yaml
# aws:
# access_key_id: 123
# secret_access_key: 345
secret_key_base: xxxxxxxxxxxxxxxxxxxxxxxx
github:
client_id: [your_client_id]
client_secret: [your_client_secret]