Web app and admin for Terra Major.
First, create a .env file in the root of the directory with the following values:
VITE_BUILD_VERSION=xxx
VITE_API_BASE_URL=http://localhost:8000
VITE_BUILD_BASE_URL=xxx
VITE_AZURE_CONFIG_URL=xxx
VITE_CHARACTER_FBX_URL=ZR7_blue.FBXTo run the app locally,
docker compose up --build devThis will run the app locally on http://localhost:5173
To build the release:
docker compose up --build releaseThis will run the ap locally on http://localhost.