Skip to content

iamliamnorton/seed-damage-calculator

Repository files navigation

Seed Damage Calculator

Coverage Status

Calculation app used to find the optimum fertilizer to seed ratio for sowing with crops.

Development

Build the docker image with:

make build

The database is seeded with:

make db

This app can be run with docker/compose locally with:

make run

The tests are run with:

make test

Deploy

After changes have been merged to master and all tests are passing, deploy with:

make deploy