Skip to content

delucis/astro-embed

Folders and files

NameName
Last commit message
Last commit date

Latest commit

54c336c Β· Jan 13, 2025
Jan 13, 2025
Mar 29, 2024
Mar 30, 2024
Nov 11, 2024
Nov 21, 2024
Jan 13, 2025
Nov 11, 2024
Apr 7, 2022
Mar 30, 2024
Oct 27, 2024
Mar 29, 2024
Oct 19, 2022
Apr 7, 2022
Jul 17, 2023
Apr 9, 2022
Mar 30, 2024
Dec 14, 2024
Oct 30, 2024
Mar 30, 2024

Repository files navigation

Astro Embed

Welcome! This project aims to collect easy-to-use and lightweight ways to embed common media into your Astro site.

πŸ“š Documentation

Want to get started using some embed components?

Check out the astro-embed documentation

πŸš€ Project Structure

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.

🧞 Commands

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

Command Action
npm install Installs dependencies
npm start Starts local dev server for the demo site at localhost:3000
npm t Run the test suite

πŸ§ͺ Testing

You can run unit tests by running npm t in a terminal or run npm start to start a dev server for the demo project.

✨ Want to contribute?

This is an Astro Community project. That means YOU!