Skip to content
liutristan edited this page Apr 27, 2023 · 4 revisions

How to deploy to OnRender

If you deploy without forking, your Render account will be banned.

  1. Fork this repository.

  2. Then go to Render

  3. Signup/Login

  4. Click "New +"

  5. Click Web Service

  6. Paste in forked link.

  7. Name the site.

  8. Make Build Command npm install

  9. Make Start Command node .

  10. Scroll down and click "Create Web Service"