Minor formatting edits to Developer Introduction. authored by Dr. phil. Stephen James Tobin's avatar Dr. phil. Stephen James Tobin
......@@ -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.
There are currently two versions of the front end; follow the setup steps corresponding to the one you want:
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
* [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.
New site -->
* [Angular](https://angular.io/guide/setup-local)
......
......