A web application for creating and sharing Valentine's wishes.
- Clone the repository
- Install dependencies:
npm install
- Copy
.env.exampleto.env.localand update with your Firebase credentials - Run the development server:
npm run dev
Create a .env.local file with the following variables:
NEXT_PUBLIC_FIREBASE_API_KEYNEXT_PUBLIC_FIREBASE_AUTH_DOMAINNEXT_PUBLIC_FIREBASE_PROJECT_IDNEXT_PUBLIC_FIREBASE_STORAGE_BUCKETNEXT_PUBLIC_FIREBASE_MESSAGING_SENDER_IDNEXT_PUBLIC_FIREBASE_APP_ID
This app is configured for deployment on Vercel.
MIT