A web application for rephrasing text using DeepL API, deployed on Cloudflare Pages.
- Push this repository to GitHub
- Connect your GitHub repository to Cloudflare Pages
- Configure build settings:
- Build command: (leave EMPTY - do not set any command)
- Build output directory:
/(root) - Root directory:
/(root)
- Deploy!
Important: Do NOT set a build command. Cloudflare Pages will automatically serve your static files and functions.
Test locally using Wrangler:
npm install -g wrangler
wrangler pages dev .