/diontryban.com

My personal website built with SvelteKit, Typescript, and mdsvex.

Primary LanguageCSSOtherNOASSERTION

diontryban.com

The source code for my personal website located at https://diontryban.com.

It uses Next.js, React, TypeScript, and Content Collections for importing MarkDown.

Development

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.