this is a template for a Next.js app with Kysely.
- Kysely integration
- Kysely migrations support
First, install the dependencies:
npm install
Then, create a .env
file with the following content in template.env
Run migration to create the database tables:
npm run migrate
Finally, run the development server:
npm run dev