diff --git a/README.md b/README.md index 1bf43271c43f6c55887cfe93e7f5af5c443702a4..d084055d6ecc72406f1fb2a5f90e79ff2f58bf2d 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 +```