Skip to content

Indyandie/dwarflight

Repository files navigation

Dwarflight

Simpler component overrides for Astro Starlight.

Built with Starlight

Commands

Warning

This repo uses the Deno runtime.

All commands are run from the root of the project, from a terminal:

command action
deno install --allow-scripts Installs dependencies
deno task dev Starts local dev server at localhost:4321
deno task build Build your production site to ./dist/
deno task preview Preview your build locally, before deploying
deno task astro ... Run CLI commands like astro add, astro check
deno task astro -- --help Get help using the Astro CLI
deno run -A npm:@astrojs/upgrade "Update" Astro dependencies, use the command below to bump or install the dependencies.
deno add npm:<package>[@<version>] Add/Upgrade package

To Do

  • Create stable overrides