## QUICK START 1. Set variable: `DEPLOY_DOMAIN` ```shell export DEPLOY_DOMAIN=xxx.xxx ``` 2. Start #### server ```shell curl -o- https://raw.githubusercontent.com/xxoommd/magic/main/x/quick_server.sh | bash ``` #### client - Github: ```shell curl -o- https://raw.githubusercontent.com/xxoommd/magic/main/quick_client.sh | bash ``` - Gitea: ```shell curl -o- https://gitee.com/xxoommd/magic/raw/main/quick_client.sh | bash ```