Skip to content

nawhi/nickwhite.cc

Repository files navigation

nickwhite.cc

The source code for my website, nickwhite.cc.

It is based on the devfolio template by Ryan Fitzgerald, and built with Astro and Tailwind CSS.

Pre 2023, this website was built with SvelteKit - the source code for the old website can be found here.

Running locally

pnpm install
pnpm dev

Building

pnpm build

# to run the built site locally
pnpm preview