Skip to content

Getting Started

Gregor edited this page Oct 2, 2019 · 3 revisions

Download the project:

git clone [email protected]:fac-17/Where-Should-We-Meet.git

cd Where-Should-We-Meet

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