mirror of
https://github.com/valitydev/control-center.git
synced 2024-11-06 02:25:17 +00:00
962 B
962 B
Control Center
Installation
-
Add environment and configurations:
.env
PROXY_TARGET="https://<URL>"
src/assets/appConfig.json
:{ "fileStorageEndpoint": "https://<URL>", "constants": { "currencies": [{ "source": "<ID>", "currency": "USD" }] } }
src/assets/authConfig.json
:{ "realm": "internal", "auth-server-url": "https://<URL>", "ssl-required": "external", "resource": "control-center", "public-client": true }
-
Install packages
npm ci
Usage
- Start
npm start
- Open localhost:4200
If you want to develop a library, then it's better to start building library separately:
npm run dev
npm run dev-libs