This directory contains a standalone static homepage for OpenMarkdownReader.
Open site/index.html directly in a browser, or serve the repo root with any static file server and visit site/.
Examples:
python3 -m http.server 8080or
npx serve .The page intentionally uses relative links to the local screenshots/ directory, so it works best when the repo root is served as a whole.