This repo consist of react application for the frontend client of the AgroFam Project
https://agrofam.up.railway.app
To run this project, you will need to add the following environment variables to your .env file
VITE_ENVIRONMENT=DEVELOPMENT
VITE_GOOGLE_AUTH_CLIENT_ID=<YOUR_GOOGLE_AUTH_CLIENT_ID>
Clone the project
git clone https://github.com/AgroFam/AgroFam-FrontEndGo to the project directory
cd AgroFam-FrontEndInstall dependencies
npm installStart the server
npm run devNgrok tunnel Command
ngrok http 3000 --host-header="localhost:3000"