A minimal reproduction guide hosted on Val Town.
š Live site: repro.fyi
This val is a simple HTTP server that:
index.md ā The content file with all the guide textmarked to convert markdown to HTMLtemplate.tsx provides the HTML shell, styling, and theme togglemain.ts ties it all togethermain.ts - HTTP handler, reads markdown, renders template
template.tsx - Preact component that outputs HTML (JSX rendered to string)
index.md - Markdown content
README.md - This file
To edit the content, modify index.md.
To edit the styling or HTML structure, modify template.tsx.
To change how the server works, modify main.ts.
The site automatically deploys when you save changes.
The template includes a light/dark mode toggle button (š/āļø) that:
This project is released under CC0 1.0 Universal (Public Domain Dedication). Copy it, remix it, make it better.
Built with ā¤ļø on Val Town