Init commit
This commit is contained in:
19
README.md
Normal file
19
README.md
Normal file
@@ -0,0 +1,19 @@
|
||||
## Drizzle
|
||||
|
||||
`npm run db:generate` to create any migration files from the schema
|
||||
`npm run db:migrate` to actually apply the migrations to the db
|
||||
`npm run db:push` to basically push straight from schema to db
|
||||
|
||||
## What's included?
|
||||
|
||||
- [Next.js](https://nextjs.org)
|
||||
- [Prisma](https://prisma.io)
|
||||
- [Drizzle](https://orm.drizzle.team)
|
||||
- [Tailwind CSS](https://tailwindcss.com)
|
||||
- [tRPC](https://trpc.io)
|
||||
- [biome](https://biomejs.dev)
|
||||
- [better-auth](https://www.better-auth.com/)
|
||||
|
||||
## T3
|
||||
|
||||
This is a [T3 Stack](https://create.t3.gg/) project bootstrapped with `create-t3-app`.
|
||||
Reference in New Issue
Block a user