-
-
Notifications
You must be signed in to change notification settings - Fork 5
Production build
marksvc edited this page Feb 15, 2023
·
1 revision
You can do a production build of the backend and frontend locally by running the following in the repository root:
scripts/build-production
Then you can attempt to run it with:
cd artifacts/app
./SIL.XForge.Scripture
Note that the production build won't really run without changing what remote servers it connects to. But it may still prove useful for testing certain things.