Skip to content

Latest commit

 

History

History
17 lines (15 loc) · 470 Bytes

File metadata and controls

17 lines (15 loc) · 470 Bytes

Crystelf Web

Tech Stack

  • React 19 + TypeScript
  • Vite 6 (with React plugin)
  • Tailwind CSS 4 (via @tailwindcss/postcss)
  • Motion animation library
  • PostCSS + Autoprefixer
  • Prettier
  • PNPM (lockfile present)

Build & Run

  • Prerequisites: Node.js ≥ 18, PNPM installed
  • Install deps: pnpm install
  • Start dev: pnpm dev (default http://localhost:3000)
  • Production build: pnpm build
  • Local preview: pnpm preview (default http://localhost:3777)