tweaks
This commit is contained in:
4
Procfile
4
Procfile
@@ -1,2 +1,2 @@
|
||||
web: npm run start
|
||||
release: npx prisma migrate deploy
|
||||
release: npx prisma migrate deploy
|
||||
web: npm run start
|
||||
@@ -8,6 +8,11 @@ This is a very simple remix stack built for heroku. This includes:
|
||||
* Postgres Sql for a datastore
|
||||
* Prism ORM for database queries
|
||||
|
||||
## How to use this?
|
||||
|
||||
run `npx create-remix@latest --template terribledev/remix-heroku`
|
||||
|
||||
|
||||
## Developing
|
||||
|
||||
You can use `docker-compose up -d` to boot postgres locally, and the connection strings you need are in `.env`.
|
||||
|
||||
Reference in New Issue
Block a user