This is the frontend for the Great Comcat Engineering website. It is built with Next.js, Zustand, MUI and Tailwind CSS. It is a static site that is generated at build time.
First, run the development server:
npm run dev
# or
yarn dev
# or
pnpm dev
# or
bun dev