An Astro-powered website for Mwananchi Tech, featuring configurable projects and blog functionality.
# install dependencies
pnpm install
# start development server
pnpm run dev
# build for production
pnpm run build
# preview production build
pnpm run preview