Documentation
Welcome to this condensed walk-through of Mastro. Let’s start cooking! 👨🍳
- Are you new to web development or JavaScript? Start with the Mastro Guide.
- Just looking for a a specific function? Scan the Mastro API docs.
Mastro builds on web standards as much as possible. Read about the HTML, CSS and JavaScript features built into modern browsers and runtimes on MDN.
Mastro then provides the few missing pieces: a router, a way to generate HTML, and scripts for static site generation and starting a server – implemented in ~700 lines.