A repository for blood donators in Biratnagar
To run this project, you will need to add the following environment variables to your .env
file
NEXT_PUBLIC_SUPABASE_URL
NEXT_PUBLIC_SUPABASE_ANON_KEY
SMTP_USER
SMTP_PASS
TRIGGER_SECRET_KEY
- clone the repository.
- install the packages.
- populate the mentioned environment variables.
- finally run by using
npm run dev
or by using any other package managers.