Skip to content

02. Getting Started

Georgia Shaw edited this page Oct 10, 2019 · 2 revisions

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:

YELP_API_KEY=[YOUR API KEY HERE]

To run the project locally:

npm start
Clone this wiki locally