konrad-enlaye 45e6da5975 Show file tree
2025-12-05 13:22:37 -05:00
2025-12-05 12:16:50 -05:00
2025-12-05 13:22:37 -05:00
2025-12-03 11:11:07 -05:00
2025-12-05 12:16:50 -05:00
2025-12-03 11:11:07 -05:00
2025-12-05 12:16:50 -05:00
2025-12-05 12:16:50 -05:00
2025-12-05 13:00:04 -05:00

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:push is necessary at the beginning, and whenever schema.ts is updated.
  • whenever something is wrong with the database, delete sqlite.db to clear the database, and restart the app.
Description
No description provided
Readme 222 KiB
Languages
TypeScript 84.3%
JavaScript 8.4%
CSS 7.3%