Skip to content

Guide to Running Locally

Yash Totale edited this page Mar 5, 2021 · 11 revisions

Guide to Running Locally

Required Technologies

Checkout Repository

git clone https://github.com/hack4impact/feedback-survey-automation.git
cd feedback-survey-automation

Install Dependencies

npm install

Set up Secret Files

  • Login to Google Drive with [email protected]
  • Navigate to the 'Secret Files' folder in the 'Development' folder in the 'Feedback Survey Automation' folder in Drive
  • Copy Files:
    • .env file to your root folder
    • credentials.json file to your root folder
    • .clasp.json file to your root folder

Build Project

npm run build

Dry Run

npm run make

Clone this wiki locally