# zadig-portal
**Repository Path**: koderover/zadig-portal
## Basic Information
- **Project Name**: zadig-portal
- **Description**: The zadig web component
- **Primary Language**: Unknown
- **License**: Apache-2.0
- **Default Branch**: main
- **Homepage**: None
- **GVP Project**: No
## Statistics
- **Stars**: 5
- **Forks**: 19
- **Created**: 2022-07-08
- **Last Updated**: 2025-06-03
## Categories & Tags
**Categories**: Uncategorized
**Tags**: None
## README
# Zadig Portal
The zadig web component
[](https://os.koderover.com/v1/projects/detail/zadig-ci/pipelines/freestyle/home/zadig-ci/608824fef341de000137317d?rightbar=step)
[](https://github.com/koderover/zadig-portal/blob/main/LICENSE)
[](https://golang.org/)

[](https://join.slack.com/t/zadig-workspace/shared_invite/zt-qedvct1t-mQUf2eyTRkoVCc_RWKKgxw)
## Requirement
- NodeJS 14.0+
- Yarn
## How to start
For more detail,please follow [Zadig contributor workflow](https://github.com/koderover/zadig/blob/main/community/dev/contributor-workflow.md)
## Build Setup
``` bash
# install dependencies
yarn install
# serve with hot reload at localhost
yarn run dev
# build for production with minification
yarn run build
# build for production and view the bundle analyzer report
yarn run build --report
```