Skip to content

Latest commit

 

History

History
24 lines (17 loc) · 401 Bytes

File metadata and controls

24 lines (17 loc) · 401 Bytes

Contributing

Thanks for contributing.

Local workflow

cp .env.example .env
make install
make start

Health check:

curl http://localhost:8888/health

Pull requests

  • Keep changes focused and small.
  • Update docs when configuration changes.
  • Avoid committing secrets (.env is ignored by default).
  • Use clear commit messages that explain why the change is needed.