Skip to content

Commit

Permalink
Update README to include enabling the Apps Script API
Browse files Browse the repository at this point in the history
Change-Id: I41860c3e580cec2b12ea987e1d81574e58cecb31
  • Loading branch information
mohabfekry committed Aug 2, 2024
1 parent bf56165 commit 0dabf43
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,8 @@ Please make sure you have fulfilled all prerequisites mentioned under [Requireme

1. Make sure your system has an up-to-date installation of [Node.js and npm](https://docs.npmjs.com/downloading-and-installing-node-js-and-npm).
1. Install [clasp](https://github.com/google/clasp) by running `npm install @google/clasp -g`, then login via `clasp login`.
1. Make sure your system has an up-to-date installation of the [gcloud CLI](https://cloud.google.com/sdk/docs/install), then execute `gcloud auth login` followed by `gcloud auth application-default login`.
1. Navigate to the [Apps Script Settings page](https://script.google.com/home/usersettings) and `enable` the Apps Script API.
1. Make sure your system has an up-to-date installation of the [gcloud CLI](https://cloud.google.com/sdk/docs/install), then login via `gcloud auth login`.
1. Make sure your system has an up-to-date installation of `git` and use it to clone this repository.
1. Navigate to the directory where the source code lives.
1. Run `npm start`.
Expand Down Expand Up @@ -280,7 +281,8 @@ Beyond the information outlined in our [Contributing Guide](CONTRIBUTING.md), yo
### Build and Serve the Angular UI

1. Make sure your system has an up-to-date installation of [Node.js and npm](https://docs.npmjs.com/downloading-and-installing-node-js-and-npm).
1. Install [clasp](https://github.com/google/clasp) by running `npm install @google/clasp -g`.
1. Install [clasp](https://github.com/google/clasp) by running `npm install @google/clasp -g`, then login via `clasp login`.
1. Navigate to the [Apps Script Settings page](https://script.google.com/home/usersettings) and `enable` the Apps Script API.
1. Navigate to the directory where the source code lives and run `cd ui`
1. Run `npm install` to install dependencies.
1. Run `npm run deploy` to build, test and deploy (via [clasp](https://github.com/google/clasp)) all UI and Apps Script code to the target spreadsheet / Apps Script project.
Expand Down

0 comments on commit 0dabf43

Please sign in to comment.