Dreamyplayer / DANG

🔥 A Powerful JavaScript Module for Generating and Checking Discord Nitro 🌹
Apache License 2.0
109 stars 115 forks source link

Replit #5

Closed Shkeffy closed 2 years ago

Shkeffy commented 2 years ago

@Dreamyplayer Can you please tell me how to deploy it on Replit, please? Easier way to talk is Discord, my user is: Shkeffy#9999.

Dreamyplayer commented 2 years ago

Download/clone folder DANG & Upload to Replit add folders & files outise folder one by one (except node_modules and yarn.lock file) Click on Run it... to install packages After installation of packages (you will get an error) open shell on right side Type node . & enter it will start running

@Shkeffy

Dreamyplayer commented 2 years ago

i tried running in replit but it just starts and ends. currently, i don't know the reason & fix...

But I tried in Glitch.com got no issues.. make sure to add This line in package.json

  "engines": {
    "node": "14.x"
  }
Shkeffy commented 2 years ago

Okay, thank you!