Skip to content

Latest commit

 

History

History
16 lines (10 loc) · 361 Bytes

File metadata and controls

16 lines (10 loc) · 361 Bytes

REACHProject Steps

  1. do "npm i"

  2. make a Google API Key with maps-javascript, places and directions API's enabled

  3. add a .env.local file in the root directory

    GOOGLE_API=ur api key
    
    NEXT_PUBLIC_GOOGLE_API=ur api key
    
  4. add a .env file to server folder

    GOOGLE_MAPS_API_KEY= ur api key
    
    PORT=5000
    

5.do "npm run dev"