Skip to content

Latest commit

 

History

History
33 lines (22 loc) · 708 Bytes

File metadata and controls

33 lines (22 loc) · 708 Bytes

cxntered's personal website
designed in Figma, built with Astro, styled with Tailwind CSS, and themed with Catppuccin.

Development

Requirements

  • Node.js: For running the website (v18 or higher)
  • pnpm: For installing dependencies (corepack enable pnpm)

Commands

# 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