stunning screenshots in seconds https://moocup.jaydip.me

Update README.md

authored by

Jaydip Sanghani and committed by
GitHub
a4e0cec0 49d8a8a5

+21
+21
README.md
··· 32 32 33 33 currently, I'm planning to only add features that gives more benefit to moocup as a tool. so, priority will change based on value. 34 34 35 + 36 + ## Self-hosting 37 + 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. 38 + 39 + One-click Railway Deploy: 40 + [**Deploy on Railway**](https://railway.com/deploy/moocup) - for the latest version in a single click. 41 + 42 + Manual Hosting: 43 + 44 + - Clone the repository. 45 + - Build the project just like any other Vite app: 46 + 47 + ``` 48 + npm install 49 + npm run build 50 + ``` 51 + 52 + - Upload the dist folder to your hosting provider (or attach it to a public URL) to make it accessible online. 53 + 54 + That’s it—you’ve got your own moocup instance running! 55 + 35 56 ## Contributing 36 57 37 58 Contributions and Fixes are more than Welcome.