From a976451c7887a02ea0abe3ff823d9094abf40d30 Mon Sep 17 00:00:00 2001
From: Elisha Nuchi <31550519+enuchi@users.noreply.github.com>
Date: Mon, 20 May 2024 00:32:28 -0400
Subject: [PATCH] Update README.md
- Add videos to README.md
---
README.md | 7 ++++++-
1 file changed, 6 insertions(+), 1 deletion(-)
diff --git a/README.md b/README.md
index 19bc87a..cc98b6e 100644
--- a/README.md
+++ b/README.md
@@ -75,7 +75,8 @@ See [deploy](#deploy) for notes on how to deploy the project and see it live in
Full steps to getting your local environment set up, deploying your app, and also running your app locally for local development are shown in the video below:
-
+https://github.com/enuchi/React-Google-Apps-Script/assets/31550519/83622b83-0d0e-43de-a589-36f96d51c9c4
+
**1.** First, let's clone the repo and install the dependencies. This project is published as a public template, so you can also fork the repo or select "Use this template" in GitHub.
@@ -122,6 +123,8 @@ You will need to update the `.clasp.json` file in the root of this project with
Next, let's deploy the app so we can see it live in Google Spreadsheets.
+https://github.com/enuchi/React-Google-Apps-Script/assets/31550519/0c67c4b8-e3f5-4345-8460-470e9211aeb9
+
## 🚀 Deploy
@@ -179,6 +182,8 @@ The start command will create and deploy a development build, and serve your loc
After running the start command, navigate to your spreadsheet and open one of the menu items. It should now be serving your local files. When you make and save changes to your React app, your app will reload instantly within the Google Spreadsheet, and have access to any server-side functions!
+https://github.com/enuchi/React-Google-Apps-Script/assets/31550519/981604ac-bdea-489d-97fa-72e6d24ba6dd
+
### 🔍 Using React DevTools