rm note in readme

This commit is contained in:
Tommy Parnell
2022-04-07 10:40:38 -04:00
committed by GitHub
parent 2b8daa3b1e
commit 8b8c260956

View File

@@ -4,7 +4,6 @@
This is a very simple remix stack built for heroku. This includes:
* dotenv to load environment variables
* Postgres Sql for a datastore
* Prism ORM for database queries
@@ -19,4 +18,4 @@ Either provision a new heroku app with a postgres database or use the `deploy to
You can use `docker-compose up -d` to boot postgres locally, and the connection strings you need are in `.env`.
You should make an `.env.development` file to store all your local environment settings to keep out of git
You should make an `.env.development` file to store all your local environment settings to keep out of git