Background
Common tasks (start the stack, run migrations, lint, test) are spread across the README. A Makefile with simple targets would lower the barrier for new contributors.
Tasks
Acceptance criteria
- Targets work on a clean checkout
- Documented in CONTRIBUTING
Good first issue, comment to claim it. See CONTRIBUTING.md.
Background
Common tasks (start the stack, run migrations, lint, test) are spread across the README. A
Makefilewith simple targets would lower the barrier for new contributors.Tasks
make up,make down,make migrate,make lint,make testCONTRIBUTING.mdAcceptance criteria
Good first issue, comment to claim it. See CONTRIBUTING.md.