Closed weneten closed 2 years ago
Yeah! It's actually pretty simple (if you've worked with node before), I'll work on a guide, but for the meanwhile here's some instructions:
For the server, clone it, install the dependencies with npm install
, and run it with node disbox-server.js
,
Then for the client, clone it and edit the SERVER_URL
const to your own server address, install the dependencies with npm install
, and then run it with npm start
.
If you want to access it online, you can host the server on something like azure and then fork the client and host it on github pages.
Thank you so much! Great work!
Hey, i don't have any knowledge about node and npm as such, i'm not able to run this, idk why there are so much vulnerabilities in packages.....anyways After searching on web, people told to go to localhost:8080 but i'm unable to acess it please help
when I go in localhost:8080/web I get this error ; Cannot GET /web
is it possible to host this on my windows 11 computer? thanks in advance!