install dependencies
npm install
Push Migrations to DATABASE at DATABASE_URL
npx drizzle-kit generate
npx drizzle-kit migrate
run the development server:
npm run dev
# or
yarn dev
# or
pnpm dev
# or
bun dev
Open http://localhost:3000 with your browser to see the result.
Build App using
npm run build
start prod server
npm run start