This repository has been archived on 2025-12-24. You can view files and clone it, but cannot push or open issues or pull requests.
site-template/ref/astro-embed/docs/README.md
2025-03-07 14:59:06 +01:00

747 B

Astro Embed docs

Built with Starlight

This is the docs website for Astro Embed.

Content can be found in src/content/docs/.

🧞 Commands

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

Command Action
npm install Installs dependencies
npm run dev Starts local dev server at localhost:4321
npm run build Build your production site to ./dist/
npm run preview Preview your build locally, before deploying