Engineering Note
First Engineering Note
Notes on the first Dewflow Lab content structure and deployment constraints.
Notes
This site starts as a project display and review archive. Posts can hold technical research, implementation details, debugging records, and project summaries.
Content Format
Markdown and MDX are supported. Put images under public/images/ and reference them with paths such as /images/example.png.
Deployment Constraints
Cloudflare Pages settings:
- Build command:
npm run build - Build output directory:
dist - Production branch:
main