# TurboPress Embed

TurboPress Embed is a performance-first Gutenberg block suite for third-party embeds and developer portfolios. It provides 13 embed providers and five portfolio blocks while deferring heavy third-party players until interaction where supported.

## Blocks

Embed providers: YouTube, Spotify, TikTok, X / Twitter, SoundCloud, Vimeo, GitHub Gist, Bluesky, Twitch, Smart URL, CodePen, Loom and Figma.

Developer portfolio: GitHub Project, GitHub Code, Tech Stack, Project Case Study and Project Metrics.

## Requirements

- WordPress 6.0 or later
- PHP 8.0 or later

## Development

```bash
npm install
npm run start
```

Build for production:

```bash
npm run build
```
