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 i
Then, run the development server.
pnpm run dev
The development server will be available at https://localhost:3000.