Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/lordelogos/poc
https://github.com/lordelogos/poc
Last synced: 2 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/lordelogos/poc
- Owner: lordelogos
- Created: 2023-07-24T06:42:45.000Z (over 1 year ago)
- Default Branch: master
- Last Pushed: 2023-07-25T17:40:12.000Z (over 1 year ago)
- Last Synced: 2024-10-19T19:54:37.878Z (20 days ago)
- Language: JavaScript
- Size: 2.55 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: Readme.md
Awesome Lists containing this project
README
# Proof-of-concept
This is a POC for a resend client
## What it entails
Setting up a server that will enable uesrs directly use resend on their client applications (no edge functions or api routes)
## Local setup
- Clone the Repo
- `cd server && yarn dev`
- `cd package && yarn link`
- `cd client && yarn link package`## From the client
- Open `main.js`, enter you api-key
- run `yarn dev` and send an email from the browser