@@ -19,10 +19,12 @@ At first you need some programs to run the VR-classroom in developer mode. These
...
@@ -19,10 +19,12 @@ At first you need some programs to run the VR-classroom in developer mode. These
* Optional: Image creation software, e.g. Gimp, etc.
* Optional: Image creation software, e.g. Gimp, etc.
There are currently two versions of the front end; follow the setup steps corresponding to the one you want:
There are currently two versions of the front end; follow the setup steps corresponding to the one you want:
Old site -->
Old site -->
*[nodeJS](https://nodejs.org/en/download/) is a JavaScript-based development environment for web applications. NodeJS is responsible for the frontend in this project
*[nodeJS](https://nodejs.org/en/download/) is a JavaScript-based development environment for web applications. NodeJS is responsible for the frontend in this project
*[redux Toolkit](https://redux-toolkit.js.org/introduction/quick-start) îs a package for nodeJS and supplies the frontent with necessary functions.
*[redux Toolkit](https://redux-toolkit.js.org/introduction/quick-start) îs a package for nodeJS and supplies the frontent with necessary functions.
*[electron](https://www.electronjs.org/docs/tutorial/installation) provides the frontend with a browser-independent interface, thus presenting the frontend as fully-fledged app.
*[electron](https://www.electronjs.org/docs/tutorial/installation) provides the frontend with a browser-independent interface, thus presenting the frontend as fully-fledged app.