Skip to content

bmaclean/cell-notes

Repository files navigation

Cell Notes

Installation and Setup

Install clasp

npm install -g @google/clasp

Using the Makefile

To initialize the project and open your App Script:

make cell-notes DEVELOPMENT_SCRIPT_ID=[my-script-id]

To watch local files and push changes to remote project:

make dev