A chat app with planets instead of rooms! You can create your planet and invite your friends to chat.
Made with NodeJs, React Js, TypeScript, Context API and Socket.io. Planets and sprite visuals are made with React Three Fiber.
Clone this repository:
git clone https://github.com/mateusmb/gallery.git
Install a npm stable version. I personally recommend installing with nvm
Navigate to cloned respository and then galaxy-server. Install the dependencies
npm install
Or if you are yarn team
yarn
Start the server
npm dev
Or
yarn dev
Navigate to cloned respository and then galaxy-client. Install the dependencies
npm install
Or if you are yarn team
yarn
Start the server
npm dev
Or
yarn dev
Should be self explanatory. If not, and if you want to make it better, feel free to add an issue, PR and/or fork this project.