Run, build & deploy

git clone https://github.com/ducbao414/win32.run.cf.git
cd win32.run.cf
npm install

Dev server

npm run dev

Runs at http://localhost:3000.

Build

npm run build

Preview production build

npm run preview

Deploy to Cloudflare Pages

The easiest way is directly through the Cloudflare dashboard — no CLI needed:

  1. Push your fork to GitHub

  2. Go to Cloudflare Dashboardarrow-up-rightWorkers & PagesCreatePagesConnect to Git

  3. Select your repository

  4. Under Build settings, choose SvelteKit as the framework preset — it will fill in the build command and output directory automatically

  5. Click Save and Deploy

Cloudflare will build and deploy on every push to your main branch from that point on.

Last updated