The source code for my personal website located at https://tryban.dev
It uses Next.js, React, TypeScript, and Content Collections for importing MarkDown.
I recommend using pnpm as your package manager instead of npm or yarn because it is faster and more efficient.
First, install the project's dependencies.
pnpm iThen, run the development server.
pnpm run devThe development server will be available at https://localhost:3000.