This is a basic TypeScript template for Mastro when using Deno.
deno task start
and open http://localhost:8000 in your browser, or see install instructions.
To generate the whole static site (this will create a generated folder):
deno task generate
To see how Mastro works, follow the guide.
To make sure you're using the latest Mastro packages:
deno update --latest "@mastrojs/*"