Skip to content

Latest commit

 

History

History
25 lines (18 loc) · 402 Bytes

readme.md

File metadata and controls

25 lines (18 loc) · 402 Bytes

How to setup locally

  1. clone this repo

    git clone https://github.com/pesto-students/team-chiranjib-2-flicker-docs.git
    
  2. install packages in client and start app

    cd client
    yarn
    yarn start
    
  3. install packages in server and start server

    cd server
    yarn
    yarn run dev
    

note: copy .env.example in client to .env and add .env in server