mirror of
https://github.com/goharbor/harbor.git
synced 2024-11-15 23:05:57 +01:00
7718134301
1. For #16517 Signed-off-by: AllForNothing <sshijun@vmware.com> |
||
---|---|---|
.. | ||
app-swagger-ui | ||
cypress | ||
docker-build | ||
scripts | ||
server | ||
src | ||
.eslintrc.json | ||
.prettierignore | ||
.prettierrc.json | ||
.stylelintrc.json | ||
angular.json | ||
cypress.config.ts | ||
karma.conf.js | ||
package-lock.json | ||
package.json | ||
PACKAGE.md | ||
proxy.config.mjs.temp | ||
README.md | ||
tsconfig.app.json | ||
tsconfig.json | ||
tsconfig.spec.json |
Harbor UI
This is the project based on Clarity and Angular to build Harbor UI.
Start
- npm install (should trigger 'npm postinstall')
- npm run postinstall (if not triggered, manually run this step)
- copy "proxy.config.mjs.temp" file to "proxy.config.mjs"
cp proxy.config.mjs.temp proxy.config.mjs
- Modify "proxy.config.mjs" to specify a Harbor server. And you can specify the agent if you work behind a corporate proxy
- npm run start
- open your browser on https://localhost:4200