This is a template repository for creating a simple static site with Cloudflare Pages & Tailwind.
Build command:
npm run build
Build output directory:
/public
Root directory
/
Build comments on pull request
Enabled
Install all dependencies
npm install
Build the css once using tailwind.
npm run build
Build the css in development mode (automatic rebuild on file change)
npm run buildcss-dev