Skip to content

Developer Instructions

Barry Becker edited this page Dec 29, 2013 · 22 revisions

Create a new "blank project" script in Google docs. Copy the source code (the 8 or so files in the LoganTutorMatchApp directory) from this repository, one file at a time, into your own apps script as separate .gs pages. Try running it. Make sure you name each new .gs page to match the corresponding file in the repository. Fortunately, you only have to do this once. You could make simple changes by then copying changed files back into GitHub, but that is not very efficient.

If you want to streamline your development, it is recommended that you follow these instructions to install Eclipse, the Google Plugin, the Javascript Development tools, and the Git plugin so that you can make changes and commit directly from within Eclipse.

Clone this wiki locally