A React app to find lovely pets.
Ensure you have the following installed:
Additionally, configure the following environment variables in a .env.local
file:
REACT_APP_API_BASE_URL=https://nextpetbuddyapi.onrender.com/api/v1
REACT_APP_API_KEY=<Your Paystack Key>
-
Clone the repository:
git clone https://github.com/Maxzeno/nextpetbuddyapp.git cd nextpetbuddyapp
-
Install dependencies: Install the necessary packages by running:
npm install
-
Run the app locally: After installing the dependencies, you can start the development server by running:
npm start
The app will be accessible at
http://localhost:3000/
in your browser.