A portal to post volunteer requests for both normal users and those who are seeking for volunteer work.
Clone the project
git clone https://github.com/Shagnikpaul/unity-helpGo to the project directory
cd unity-helpInstall dependencies
npm installCreate a .env file to store the API keys in the root of the folder.
Variable names should match the below format
VITE_MAIL_API_KEY=
VITE_FIREBASE_API_KEY=
VITE_FIREBASE_AUTH_DOMAIN=
VITE_FIREBASE_PROJECT_ID=
VITE_FIREBASE_STORAGE_BUCKET=
VITE_FIREBASE_MESSAGING_SENDER_ID=
VITE_FIREBASE_APP_ID=
VITE_FIREBASE_MEASUREMENT_ID=
https://app.brevo.com/settings/keys/api
https://console.firebase.google.com/u/0/
Then paste the respective API Keys and config data in the .env file
Now finally start the server
npm run devNow visit the URL shown in the terminal.
