Getting Started - fac-17/Where-Should-We-Meet GitHub Wiki
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