mirror of
https://github.com/valitydev/control-center.git
synced 2024-11-06 02:25:17 +00:00
.github | ||
.idea | ||
.run | ||
.vscode | ||
src | ||
.eslintrc.js | ||
.gitignore | ||
.prettierignore | ||
.prettierrc.js | ||
angular.json | ||
cspell.json | ||
Dockerfile | ||
karma-ci.conf.js | ||
karma.conf.js | ||
LICENSE | ||
nginx.conf | ||
package-lock.json | ||
package.json | ||
README.md | ||
renovate.json | ||
tsconfig.app.json | ||
tsconfig.json | ||
tsconfig.spec.json |
Control Center
Admin Dashboard
⚙️ Installation
-
Add configurations:
You can copy from examples like this one: _appConfig.json
- Install packages
npm ci
Stage
Running in stage mode needs files:
src/assets/appConfig.stage.json
src/assets/authConfig.stage.json
🚀 Launch
- 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
👩💻 Development
Console Utilities
ccSwitchLogging()
- Enable/disable logging requests to the consoleccGetMyRoles()
- Display your roles from the token