This is a astro + deno starter kit that it's a little bit better then the one provided.
This differs in a couple of ways:
- You're executing your own server here, and have access to the full request
- All the astro files / npm stuff is tucked away in
astro
- The
pages
have been hoisted out of the astro directory - Includes
deno.json
scripts deno task dev
boots up bothastro dev
anddeno
server with file watching- Changes
.gitignore
to includes astro-dist files in the source repo so deno can use them deno task yarn
installs astro npm dependenciesdeno task build
builds astrodeno task start
starts for production