Skip to content

Commit

Permalink
added additional tutorial instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
codetricity committed Nov 9, 2024
1 parent 70b6293 commit ab36af8
Showing 1 changed file with 11 additions and 1 deletion.
12 changes: 11 additions & 1 deletion docs/tutorial.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,15 @@ There are two components: front-end and back-end.
| front-end | index.html | load RICOH360 Viewer |
| back-end | server.py | send content to viewer and handle security |

The suggested way to use this tutorial is to start with a blank file using
an editor like VSCode. Type in all the code snippets one section at a time.
For each section, take a moment to understand the functionality. For example,
one section is on token creation for the RICOH360 Viewer. Another section is
on token creation for the RICOH360 Cloud API.

If you get stuck, you can refer to the completed code on GitHub or copy and
paste the snippet into your own application.

Tutorial [code on GitHub](https://github.com/theta360developers/oppkey-ricoh-viewer-demo-basic/tree/main/tutorial)

## front-end HTML File
Expand Down Expand Up @@ -403,4 +412,5 @@ In `index.html`.

</body>
</html>
```
```

0 comments on commit ab36af8

Please sign in to comment.