Enlaye Files
This is a Next.js project, with Drizzle and a local file-based SQL database.
Getting Started
Use npm or pnpm (this project's default) or yarn.
pnpm install
pnpm run db:push # to create the database and update it
# Then you can run these two background tasks
pnpm run dev
pnpm run db:studio
Troubleshooting
pnpm run db:pushis necessary at the beginning, and wheneverschema.tsis updated.- whenever something is wrong with the database, delete
sqlite.dbto clear the database, and restart the app.
Description
Languages
TypeScript
84.3%
JavaScript
8.4%
CSS
7.3%