Installation
-
Clone the repository
git clone https://github.com/TU-Darmstadt-APQ/kraken_webui.git
-
Go into the app folder
cd kraken_webui/kraken-webui-app/
-
Install all node module updates via npm
npm update
-
Start the dev server locally for development
npm run dev
-
Open the app in your browser
http://localhost:3000