Engineering Note

First Engineering Note

Notes on the first Dewflow Lab content structure and deployment constraints.

Engineering NoteStatic Site

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. Images can be stored under public/images/ and referenced with paths such as /images/example.png.

Deployment Constraints

Cloudflare Pages settings:

  • Build command: npm run build
  • Build output directory: dist
  • Production branch: main