···3636## Self-hosting
3737You 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.
38383939-One-click Railway Deploy:
4040-4141-3939+### One-click Railway Deploy:
42404341[](https://railway.com/deploy/moocup?referralCode=bmgbXt)
4242+4443 - for the latest version in a single click.
45444646-Manual Hosting:
4545+### Docker Image
4646+4747+You can also run moocup using Docker from Docker Hub:
4848+```
4949+docker pull jellydeck/moocup:latest
5050+docker run -p 8080:80 jellydeck/moocup:latest
5151+```
5252+- app will be available at http://localhost:8080
5353+5454+### Manual Hosting:
47554856- Clone the repository.
4957- Build the project just like any other Vite app:
···55635664- Upload the dist folder to your hosting provider (or attach it to a public URL) to make it accessible online.
57655858-That’s it—you’ve got your own moocup instance running!
6666+That’s it - you’ve got your own moocup instance running!
59676068## Contributing
6169