You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
6. Clone the forked repository and run `bun install` then `bun astro db login && bun astro db link && bun astro db push` to init the remote database
53
+
7. Once the netlify site has been built and deployed succesfully then go to the Astro DB you created and add your admin users to the db in the `ADMINS` table:
54
+

55
+
8. Have fun!
53
56
54
57
## Integration && Use
55
58
The api is very simple to subscribe someone to the newsletter then simply make a post request to your site at /api/subscribe and include the name and email via a json body e.g
0 commit comments