From de7063a7f09927d088925d10c5890c44aafa5d03 Mon Sep 17 00:00:00 2001 From: "Aamon P. Hoffmann" <aamon.hoffmann@student.uni-halle.de> Date: Fri, 20 Sep 2024 23:10:47 +0200 Subject: [PATCH] added production build instructions --- README.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/README.md b/README.md index 1bf4327..d084055 100644 --- a/README.md +++ b/README.md @@ -81,3 +81,12 @@ assigned user cycles through the list of all users. ### Settings This is a general settings view. Currently it only allows for the management of users. + + +## Manual Build (production) + +```bash +cd frontend +npm install +npm run build +``` -- GitLab