diff --git a/README.md b/README.md index 5154b69..7079c3d 100644 --- a/README.md +++ b/README.md @@ -29,3 +29,5 @@ This starts your app in development mode, rebuilding assets on file changes. Manually boot up a PostgreSQL instance, manually run the migrations under the `drizzle` directory, set the `.env` variables and you should be good to go. Set the `STORAGE` enviroment variables even tho the integration is not done they're validated, make sure `STORAGE_ENDPOINT` is an url, there is no need to be valid. + +If you wish to experiment with the email bits I recommend setting up something such as [MailCrab](https://github.com/tweedegolf/mailcrab) on docker or use another SMTP test server.