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=312651318153-duhu95bpdjuv8vj29nndbo48gfc18lbr.apps.googleusercontent.com
Clone the project
git clone https://github.com/AgroFam/AgroFam-FrontEnd
Go to the project directory
cd AgroFam-FrontEnd
Install dependencies
npm install
Start the server
npm run dev
Ngrok tunnel Command
ngrok http 3000 --host-header="localhost:3000"