You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Apr 11, 2024. It is now read-only.
Copy file name to clipboardExpand all lines: README.md
+6-5Lines changed: 6 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,7 +2,7 @@
2
2
3
3

4
4
5
-
This sample application demonstrates the functionality of the Forge Data Visualization extension. To learn more about the extension and the features it offers, check out https://forge.autodesk.com/en/docs/dataviz/v1/developers_guide/introduction/overview/.
5
+
This sample application demonstrates the functionality of the Forge Data Visualization extension. To learn more about the extension and the features it offers, see the [Data Visualization Extension (Beta) Developer's Guide](https://forge.autodesk.com/en/docs/dataviz/v1/developers_guide/introduction/overview/).
6
6
7
7
## Directory Structure
8
8
@@ -23,24 +23,25 @@ This sample application demonstrates the functionality of the Forge Data Visuali
23
23
24
24
### Prerequisite
25
25
26
-
To successfully run this _IoT Reference App_, you need a _Forge account_. To setup your Forge account, simply follow [this step-by-step tutorial](https://forge.autodesk.com/developer/start-now/signup).
26
+
To successfully run this Reference Application, you need a _Forge account_. If you do not have a Forge account, see [Creating your Forge account](https://learnforge.autodesk.io/#/account/).
27
27
28
-
### Running the reference app
28
+
### Installing and Running the Reference Application
29
29
30
-
You can find a comprehensive steps of setting up this _IoT Reference App_ in [this Forge developer's guide](https://forge.autodesk.com/en/docs/dataviz/v1/developers_guide/quickstart/running_the_application/).
30
+
To install and run the Reference Application, see the [Data Visualization Extension (Beta) QuickStart](https://forge.autodesk.com/en/docs/dataviz/v1/developers_guide/quickstart/).
31
31
32
32
## Advanced Users
33
33
34
34
### Customization options
35
35
36
-
If you'd like to add your own customization on top of our baseline, then you can easily do so by modifying the following files:
36
+
If you'd like to add your own customization on top of the Reference Application baseline, you can modify the following files:
37
37
38
38
-_custom.scss_ : Override or add custom styling to your application.
39
39
-_client/pages/CustomPage.jsx_ : Create a custom page for your application.
40
40
-_server/CustomRouter.js_ : Override or add new API routes.
0 commit comments