Skip to content

Commit c6cbf65

Browse files
authored
Update README.md
1 parent 37ce78a commit c6cbf65

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

templates/chat/README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -36,14 +36,14 @@ bun dev
3636

3737
Open [localhost:3000](http://localhost:3000) in your browser to see the result.
3838

39-
You can start modifying the UI by editing [src/app/page.tsx](./src/app/page.tsx). The page auto-updates as you edit the file.
39+
You can start modifying the UI by editing [src/app/page.tsx](./src/app/(app)/page.tsx). The page auto-updates as you edit the file.
4040

4141
### Deployment
4242

4343
To serve your app to users, simply deploy the Next.js app eg. on [Railway](https://railway.app/new) or [Vercel](https://deploy.new/).
4444

45-
To persist data, you'll need a database. Both [Railway](https://docs.railway.app/databases/postgresql) and [Vercel](https://vercel.com/docs/storage/vercel-postgres) provide Postgres DBs. You'll simply need to change the [Prisma provider](./prisma/schema.prisma) to `"postgresql"` (and add an extra URL for Vercel: [example](https://github.com/vercel/examples/blob/main/storage/postgres-prisma/prisma/schema.prisma#L9C1-L11C74)).
45+
To persist data, you'll need a database. Both [Railway](https://docs.railway.app/databases/postgresql) and [Vercel](https://vercel.com/docs/storage/vercel-postgres) provide Postgres DBs.
4646

4747
## Learn More
4848

49-
To learn more about this project, take a look at this [blog post](https://rubriclabs.com/blog/cra).
49+
To learn more about this project, take a look at this [blog post](https://rubriclabs.com/blog/create-rubric-app).

0 commit comments

Comments
 (0)