The official website for MapMap, an open source video mapping software.
Built with Astro and deployed to GitHub Pages.
npm install
npm run devThe site will be available at http://localhost:4321.
npm run buildStatic output goes to ./dist/.
src/data/en/— English content (markdown)src/data/fr/— French content (markdown)src/pages/— Astro page routessrc/components/— Reusable componentssrc/i18n/— Translation utilities and UI stringspublic/images/— Documentation screenshots
Edit the markdown files in src/data/en/ and src/data/fr/. The site has 4 pages per language: home, download, docs, and support.
Pushes to master automatically deploy via GitHub Actions. Make sure GitHub Pages is configured to use "GitHub Actions" as the source in the repository settings.