%% generate tags start %% #software-engineering %% generate tags end %% #software-engineering/qwik ```sh pnpm create qwik@latest # choose the demo app, that will be a qwik city project automatically # enter the dir pnpm start ``` ## Deployment ### Get Started with Deno in 5 Minutes ✅ This method is insanely easy. > [!info] > make sure you have deno install. > 1. `brew install deno` > 2. create an account on [Deno Deploy | Deno](https://deno.com/deploy) ```sh pnpm run qwik add deno ``` build the app ``` pnpm run build ``` serve the app ``` pnpm run serve ``` push the code the github repo connect your repo to a deno project. you will need to create an `deployment.yaml`, just follow the setup instruction. 🎉 ## Netlify ## Vercel ## Cloudflare Pages