# casdoor ## build ```shell git clone https://github.com/casdoor/casdoor cd casdoor go build . cd web yarn install yarn build ``` 上传cdn,web/build/index.html中,css,js改为cdn路径 ## 项目地址 [github](https://github.com/casdoor/casdoor) ## 部署 1. sh build.sh 2. cd deployment 3. docker compose up -d ## 访问 `http://127.0.0.1:36002`