Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/florian-lefebvre/resend-astro-example
https://github.com/florian-lefebvre/resend-astro-example
Last synced: 23 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/florian-lefebvre/resend-astro-example
- Owner: florian-lefebvre
- License: mit
- Created: 2024-01-31T08:10:21.000Z (11 months ago)
- Default Branch: main
- Last Pushed: 2024-01-31T08:28:22.000Z (11 months ago)
- Last Synced: 2024-10-30T08:36:30.852Z (2 months ago)
- Language: TypeScript
- Size: 55.7 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Resend with Astro
This examples shows how to use Resend with [Astro](https://astro.build/).
## Instructions
1. Define environment variables in .env file.
2. Install dependencies:```
pnpm install
```3. Run Astro locally:
```
pnpm dev
```4. Open URL in the browser:
```
http://localhost:4321/api/send
```## License
MIT License