dommilosz / minecraft-auth

30 stars 3 forks source link

Can this be ran on replit? #13

Closed Eddiekungen20 closed 1 year ago

Eddiekungen20 commented 1 year ago

Im trying to run this on replit but it says missing script "start".

dommilosz commented 1 year ago

It's an library so you can't just run it. You can run the examples or write your code. You shouldn't clone the repository. Use npm install. If you are writing your own code make sure you add start script in your package.json

dommilosz commented 1 year ago

Did you manage to use it successfully?