Run, build & deploy
Last updated
git clone https://github.com/ducbao414/win32.run.cf.git
cd win32.run.cf
npm installnpm run devRuns at http://localhost:3000.
npm run buildnpm run previewThe easiest way is directly through the Cloudflare dashboard — no CLI needed:
Push your fork to GitHub
Go to Cloudflare Dashboard → Workers & Pages → Create → Pages → Connect to Git
Select your repository
Under Build settings, choose SvelteKit as the framework preset — it will fill in the build command and output directory automatically
Click Save and Deploy
Cloudflare will build and deploy on every push to your main branch from that point on.
Last updated