madetech / souper-web-scraping

2 stars 1 forks source link

Makefile with some useful targets and updated docs #38

Closed ammaar-limbada-madetech closed 1 year ago

ammaar-limbada-madetech commented 1 year ago

Example usage:

make install to install all dependencies make start-db to set up containers and start DB container make rebuild-containers-and-migrate-db to destroy and rebuild containers and run DB migrations.