Welcome! This project aims to collect easy-to-use and lightweight ways to embed common media into your Astro site.
Want to get started using some embed components?
Check out the astro-embed documentation
This project uses a monorepo structure with a separate workspace for each embed type. You’ll find a directory for each service in the /packages directory.
The Astro site in the /demo directory can be used to preview the various components and the files in /tests are used to run automated testing on the components.
All commands are run from the root of the project, from a terminal:
| Command | Action |
|---|---|
pnpm install |
Installs dependencies |
pnpm t |
Run the test suite |
You can run unit tests by running pnpm t in a terminal or run pnpm start in the demo/ directory to start a dev server for the demo project.
This is an Astro Community project. That means YOU!
-
🛠 Want to build a missing component? We have a guide for that.
-
🐛 Found a bug? Open a new issue to let us know.
-
💬 Want to chat? Jump into the Astro Discord server.