Skip to content

mwananchi-tech/mwananchi-tech.github.io

Repository files navigation

mwananchi-tech website

An Astro-powered website for Mwananchi Tech, featuring configurable projects and blog functionality.

Local Development

# install dependencies
pnpm install

# start development server
pnpm run dev

# build for production
pnpm run build

# preview production build
pnpm run preview