-
Notifications
You must be signed in to change notification settings - Fork 0
Building the Frontend
Kay Knöpfle edited this page Jul 14, 2023
·
3 revisions
Requirements
-
Git
Clone the repository
git clone https://github.com/Excubitor-Monitoring/Excubitor-Frontend
cd Excubitor-Frontend
Install the dependencies
npm i
Build the project
npm run build
The Frontend can now be found in the following directory:
Excubitor-Frontend/build
and it can be delivered through any webserver that supports single page applications. A sample configuration for NGINX is provided in Sample NGINX Configuration.
- Home
- Backend Documentation
- Frontend Documentation
- Protocol Documentation
- Reflection