A simple newsletter made with NextJS and TailwindCSS alongside Firebase on the backend to store the emails.
You can use this by creating a project on Firebase
- create an
.env
file in root of the project and add these. You can get these values from your firebase project onhttps://firebase.google.com
underproject settings
.
NEXT_PUBLIC_FIREBASE_API_KEY=
NEXT_PUBLIC_FIREBASE_AUTH_DOMAIN=
NEXT_PUBLIC_FIREBASE_PROJECT_ID=
NEXT_PUBLIC_FIREBASE_STORAGE_BUCKET=
NEXT_PUBLIC_FIREBASE_MESSAGING_SENDER_ID=
NEXT_PUBLIC_FIREBASE_APP_ID=
This project needs a ⭐️ from you. Don't forget to leave a star ⭐️