Send anonymous gifts with ease.
- Node.js 18+ and npm
- Clone the repository:
git clone https://github.com/your-username/anonymous-angel.git
cd anonymous-angel- Install dependencies:
npm install- Set up environment variables:
Create a
.env.localfile in the root directory with the following:
ZINC_API_KEY=your_zinc_api_key
NEXT_PUBLIC_BASE_URL=http://localhost:3000
SUPABASE_URL=your_supabase_url
SUPABASE_ANON_KEY=your_supabase_anon_key
- Start the development server:
npm run dev- Open http://localhost:3000 in your browser.
npm run build
npm startThe project is ready to deploy on Vercel with minimal configuration.