Smart Data Chips website + portal (Cloudflare Pages/Workers).
This project is a static site ready for Cloudflare Pages.
- Framework preset: None
- Build command:
npm run build - Output directory:
dist - Root directory: repository root
- Environment variables: none required for the static build
npm install # no dependencies, but installs lockfile if you add any
npm run buildThe build script copies the contents of src/ into dist/ for deployment.