Personal site for cydoval.com, now built with React, Vite, Tailwind CSS, and DaisyUI.
Use these settings when connecting the repo in Cloudflare Pages:
- Framework preset: Vite
- Build command:
npm run build - Build output directory:
dist - Node version:
22
Custom domain routing for cydoval.com should be managed in Cloudflare Pages.
Install dependencies:
npm installStart the local development server:
npm run devBuild the production site:
npm run buildPreview the production build:
npm run preview