-
clone the repo
-
make sure you have
node>=22andbuninstalled -
important: make sure you have a postgresql database running and create a
.envfile in the root directory with the following content:DATABASE_URL=postgresql://username:password@localhost:5432/example
Replace
username,password, andexamplewith your actual PostgreSQL credentials and database name. -
run:
bun i
-
run the dev server:
bun dev
-
open your browser and go to
http://localhost:3000 -
if you want to build like on vercel, run:
bun vercel-build
-
test the build:
bun start
thangbuiq/chuyenminhke
Folders and files
| Name | Name | Last commit date | ||
|---|---|---|---|---|