Nuxt + Telefunc Starter

Look at the Telefunc docs to learn more.

Setup

Install the dependencies:

pnpm install

Setup prisma

npx prisma migrate dev --name init
npx prisma db seed

Start the development server on http://localhost:3000

pnpm dev

Production

Build the application for production:

pnpm build

Locally preview production build:

DATABASE_URL="file:/Users/somewhere/nuxt-telefunc/prisma/dev.db" pnpm preview