diff --git a/Procfile b/Procfile index a9356a0..75af2b3 100644 --- a/Procfile +++ b/Procfile @@ -1,2 +1,2 @@ -web: npm run start -release: npx prisma migrate deploy \ No newline at end of file +release: npx prisma migrate deploy +web: npm run start \ No newline at end of file diff --git a/README.md b/README.md index aeac1d2..5d53b7b 100644 --- a/README.md +++ b/README.md @@ -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`. diff --git a/app.json b/app.json index 0c3ab22..20d0616 100644 --- a/app.json +++ b/app.json @@ -14,7 +14,7 @@ "formation": { "web": { "quantity": 1, - "size": "hobby" + "size": "free" } }, "addons": [