From a4e0cec03bede2c417eb321915c354c3865eafcc Mon Sep 17 00:00:00 2001 From: Jaydip Sanghani <91427591+jellydeck@users.noreply.github.com> Date: Sun, 10 Aug 2025 12:51:27 +0530 Subject: [PATCH] Update README.md --- README.md | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) diff --git a/README.md b/README.md index e1a2aa3..6d5cd9c 100644 --- a/README.md +++ b/README.md @@ -32,6 +32,27 @@ Raise a Issue with title "Feature Request : " and what you wish to see to be add currently, I'm planning to only add features that gives more benefit to moocup as a tool. so, priority will change based on value. + +## Self-hosting +You can easily self-host moocup on platforms like Vercel, Railway, or Netlify—just provide the repository and follow the standard steps to deploy a web app. + +One-click Railway Deploy: +[**Deploy on Railway**](https://railway.com/deploy/moocup) - for the latest version in a single click. + +Manual Hosting: + +- Clone the repository. +- Build the project just like any other Vite app: + +``` + npm install + npm run build +``` + +- Upload the dist folder to your hosting provider (or attach it to a public URL) to make it accessible online. + +That’s it—you’ve got your own moocup instance running! + ## Contributing Contributions and Fixes are more than Welcome. -- 2.51.2