Skip to content

Latest commit

 

History

History
21 lines (17 loc) · 386 Bytes

README.md

File metadata and controls

21 lines (17 loc) · 386 Bytes

coughona

Getting started

  • Clone repo - git clone git@github.com:ranihorev/coughona.git
  • Run backend and frontend
    cd frontend
    yarn
    yarn start
    
  • Run backend (requires AWS credentials to upload recording)
    cd backend
    yarn
    yarn start:watch
    

Configuration

  • Skip the Typeform section by setting REACT_APP_SKIP_FORM=1 in .env.development