This project was bootstrapped with xlab-cli.
In the project directory, you can run:
pnpm i
Installs all the dependencies of the project.
pnpm start
Runs the app in the development mode. The page will reload when you make changes.You may also see any lint errors in the console.
develop ====> development environment branch release ====> staging environment branch beta ===> beta environment branch
The template has been integrated with the client-detector. According to the component requirements, you need to configure the serviceName in index.tsx. Please go to index.tsx to configure it.
Please refer to https://aicarrier.feishu.cn/docx/FYdedfGzEoV73Axi2lLcQdcrnzc for detailed guide.
-
you need to add CI/CD setting in gitlab code repository:
Settings ==> CI/CD ==> General pipelines ==> set
deploy/.gitlab-ci.ymlto "CI/CD configuration file" columnThen, push code to the branch mentioned above can be deployed to the corresponding environment directly.
-
If you want to support HTTPS, make sure that your domain has https certification, then check
secretNameinvalues/dev.yml、values/release.ymlandvalues/prod.yml.