Skip to content

Latest commit

 

History

History
42 lines (29 loc) · 452 Bytes

README.md

File metadata and controls

42 lines (29 loc) · 452 Bytes

Getting Started

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