From 439e188bf82066b8a5c9d7cf690f3aa5d1bf790a Mon Sep 17 00:00:00 2001 From: Shibo Lyu Date: Fri, 30 Aug 2024 11:52:57 +0800 Subject: [PATCH] chore: update README to mention deployments --- README.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/README.md b/README.md index 9ed6750..f73c4d5 100644 --- a/README.md +++ b/README.md @@ -23,6 +23,16 @@ npm run build You can preview the production build with `npm run preview`. +## Deploying + +The `main` branch is automatically deployed to Cloudflare Pages: [web.blah.ing](https://web.blah.ing). + +A Zeabur deployment is also available: [blah.zeabur.app](https://blah.zeabur.app). + +Out of box, Weblah is configured to be deployed on Cloudflare Pages or Zeabur. You can fork this repo and deploy it on Cloudflare Pages / Zeabur with a single click. + +Being a SvelteKit app, you can also deploy it on other platforms like Vercel, Netlify, etc. or choose to self-host as a static site / or node server. See SvelteKit's [build and deploy guide](https://kit.svelte.dev/docs/building-your-app) for more information. + ## License This project is open source and available under the [GNU General Public License v3.0](LICENSE).