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
2025-03-07 14:59:06 +01:00
..
public init from site 2025-03-07 14:59:06 +01:00
src init from site 2025-03-07 14:59:06 +01:00
.gitignore init from site 2025-03-07 14:59:06 +01:00
astro.config.mjs init from site 2025-03-07 14:59:06 +01:00
ec.config.mjs init from site 2025-03-07 14:59:06 +01:00
package.json init from site 2025-03-07 14:59:06 +01:00
README.md init from site 2025-03-07 14:59:06 +01:00
tsconfig.json init from site 2025-03-07 14:59:06 +01:00

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