diff --git a/homepage/guide_react_deploy.html b/homepage/guide_react_deploy.html index d8088af..1234101 100644 --- a/homepage/guide_react_deploy.html +++ b/homepage/guide_react_deploy.html @@ -190,27 +190,48 @@
Step 19:
Step 20:
+
+ Scroll down the page, and click on the 'Add environment variables' button. + Deploy app +
+
+ +
Step 21:
+
+ Next click on the 'New variable' button that just appeared. This will allow you to add a new environment variable. + Deploy app +
+
+ +
Step 22:
+
+ A new row will have appeared where you can specify the environment variable. Set the key as PUBLIC_URL and value as . (i.e. just a dot). + Deploy app +
+
+ +
Step 23:
Finally, click on 'Deploy SITENAME' (i.e. Deploy neoviewerdemo in this case) at the bottom of the page to deploy the app. Deploy app
-
Step 21:
+
Step 24:
This will take a few minutes to complete. You shall see the deploy status go through various stages, such as 'Starting Up', 'Building', and so on. Once completed successfully, the status will be set as 'published', as shown below. You can now visit the URL of your site (in this case: https://neoviewerdemo.netlify.app) to see the deployed app. Deploy complete
-
Step 22:
+
Step 25:
The deployed app is now available at the specified URL. You can share this URL with others to show them your app. You can also make changes to the app, via changes to your fork of the project's GitHub directory, and redeploy it at any time. Visit app
-
Step 23:
+
Step 26:
As you scroll down, you see the familiar visualization example that was seen in the demo app: Use app diff --git a/homepage/imgs/screenshots/react_demo/img_24_01.png b/homepage/imgs/screenshots/react_demo/img_24_01.png new file mode 100644 index 0000000..44402b2 Binary files /dev/null and b/homepage/imgs/screenshots/react_demo/img_24_01.png differ diff --git a/homepage/imgs/screenshots/react_demo/img_24_02.png b/homepage/imgs/screenshots/react_demo/img_24_02.png new file mode 100644 index 0000000..14b5d52 Binary files /dev/null and b/homepage/imgs/screenshots/react_demo/img_24_02.png differ diff --git a/homepage/imgs/screenshots/react_demo/img_24_03.png b/homepage/imgs/screenshots/react_demo/img_24_03.png new file mode 100644 index 0000000..5c9f376 Binary files /dev/null and b/homepage/imgs/screenshots/react_demo/img_24_03.png differ diff --git a/homepage/imgs/screenshots/react_demo/img_25.png b/homepage/imgs/screenshots/react_demo/img_25.png index 6a07c9c..20065f7 100644 Binary files a/homepage/imgs/screenshots/react_demo/img_25.png and b/homepage/imgs/screenshots/react_demo/img_25.png differ