# Prerequisites ## Installing wrangler Install wrangler ```bash npm install wrangler -g ``` ## Clone the Project ```bash git clone https://github.com/dreamhunter2333/cloudflare_temp_email.git # Switch to the latest tag or the branch you want to deploy, you can also use the main branch directly # git checkout $(git describe --tags $(git rev-list --tags --max-count=1)) ```