Skip to content

Latest commit

 

History

History
15 lines (12 loc) · 647 Bytes

File metadata and controls

15 lines (12 loc) · 647 Bytes

Repository Guidelines

  • Fully static minimal Astro website served via Cloudflare Workers.
  • Fast and efficient. Load only required data, render charts appropiately, ...
  • Neo-brutalist design. Minimal, monochrome, monospace fonts, high contrast, sharp rectangles, utilitarian layout.
  • Consult Astro docs when needed

Code

  • Semantic HTML
  • As vanilla as possible (no react or other frameworks)
  • Modern CSS
  • Accesible
  • Only hydrate where needed (Astro islands)
  • Verify after making changes! Run npx astro check and npm run build, if you made aesthetic changes, make screenshots and check them.