Took me a bit of digging to figure out what I was doing wrong while I was following the steps in the README so I thought I'd bring it to your attention.
The file in the repository is env.local and not .env.local which needs to be created. Steps should include the command for the setup-postgresql which creates the .env.local file, as well as the create-tables step so that they are added to the database.
Took me a bit of digging to figure out what I was doing wrong while I was following the steps in the README so I thought I'd bring it to your attention.
The file in the repository is
env.localand not.env.localwhich needs to be created. Steps should include the command for thesetup-postgresqlwhich creates the.env.localfile, as well as thecreate-tablesstep so that they are added to the database.