Web client for the motion database server written using the angular framework. It integrates a Unity WebGL app to view the animations in the browser.
Part of the code is based on the following tutorials:
https://jasonwatmore.com/post/2018/10/29/angular-7-user-registration-and-login-example-tutorial
https://medium.com/@ryanchenkie_40935/angular-authentication-using-route-guards-bf7a4ca13ae3
-
Install the Node Version Manager according to this guide: https://www.freecodecamp.org/news/node-version-manager-nvm-install-guide/
-
Install the NodeJS version using nvm.
nvm install 18.10.0
nvm use 18.10.0
- Go into repository directory and install the requirements.
npm install
- Build or debug the application using angular cli.
ng build/serve
New builds of the Unity WebGL app need to be copied into /assets/Unity/Build.
Copyright (c) 2019 DFKI GmbH.
MIT License, see the LICENSE file.