# clone the project
git clone https://github.com/s7venteen/web-rbac-admin.git
# enter the project directory
cd web-rbac-admin
# install dependency
yarn install
# develop
yarn startThis will automatically open http://localhost:3000
# build for sit environment
yarn build:sit
# build for uat environment
yarn build:uat
# build for production environment
yarn build