Skip to content

thangbuiq/chuyenminhke

Repository files navigation

chuyenminhke blog

quick start

  1. clone the repo

  2. make sure you have node>=22 and bun installed

  3. important: make sure you have a postgresql database running and create a .env file in the root directory with the following content:

    DATABASE_URL=postgresql://username:password@localhost:5432/example

    Replace username, password, and example with your actual PostgreSQL credentials and database name.

  4. run:

    bun i
  5. run the dev server:

    bun dev
  6. open your browser and go to http://localhost:3000

  7. if you want to build like on vercel, run:

    bun vercel-build
  8. test the build:

    bun start

About

blog scaffold built with Next.js, provided by @greyy-nguyen

Topics

Resources

License

Stars

Watchers

Forks

Contributors