Open your terminal, copy the the command below and run it:
# install cli
# optional: you can use npm or yarn instead: `npm install -g @letsh/cli` or `yarn global add @letsh/cli`
curl -o- -sL https://install.let.sh.cn/install.sh | bash
# login with your github account
lets login
git clone https://github.com/let-sh/example
cd static
lets deploy -t static
git clone https://github.com/let-sh/example
cd react
lets deploy -t react
git clone https://github.com/let-sh/example
cd express
lets deploy -t express
git clone https://github.com/let-sh/example
cd gin
lets deploy -t gin
# you can custom xxxx.let.sh with any other domain ending with let.sh
lets link xxxx.let.sh