cxntered's personal website
designed in Figma, built with Astro, styled with Tailwind CSS, and themed with Catppuccin.
Node.js: For running the website (v18 or higher)pnpm: For installing dependencies (corepack enable pnpm)
# Install dependencies
$ pnpm install
# Run the development server
$ pnpm dev
# Build & preview the website
$ pnpm build
$ pnpm preview
# Lint & format the codebase
$ pnpm lint
$ pnpm format