We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Download the project:
git clone [email protected]:fac-17/Generation-Change.git cd Generation-Change npm i touch .env
Then add your Yelp API key to your .env file like this:
.env
YELP_API_KEY=[YOUR API KEY HERE]
To run the project locally:
npm start