Skip to content
This repository has been archived by the owner on Jul 17, 2020. It is now read-only.

Latest commit

 

History

History
43 lines (30 loc) · 729 Bytes

README.md

File metadata and controls

43 lines (30 loc) · 729 Bytes

Survey Sync

Build Status

This is a Google Sheets add-on that will facilitate the synchronization of data from a survey database to a Google Sheets spreadsheet.

Dependencies

  • Node 8
  • yarn
  • A Google Account (for deploying the built add-on)

Developer Quickstart

Installation

make dev

Build Instructions

make build

Deploy Instructions

# Log in to your Google Account using Clasp.
make login
# Log out of your Google Account.
make logout
# Push your code to Google App Script Project.
make deploy