You need to have Node.js and npm installed on your machine. If you don't have these installed, you can download and install them from here.
Clone this repository to your local machine using git clone <repository-url>
.
Navigate to the project folder in your terminal and install the required dependencies with:
npm install
You will need to set up a .env
file in the root of your project and include your Foursquare API key as a variable.
Follow these steps to set up your API key:
-
Sign up on the Foursquare developers page to get your API key.
-
Create a
.env
file in the root of your project. -
Inside this file, set your API key like so:
REACT_APP_API_KEY=
Replace <your-api-key>
with the key you got from the Foursquare developers page.
Once you have completed the setup, you can start the app by running:
npx expo start