Just go to the Chat Village website! Login and use right away! 💪🦆
💻 This project was done as part of my Game Design final bachelor work at the DE:HIVE of the HTW Berlin.
Chat Village has been forked from the original Web Avatars repository, which was my project created as a Web Development homework from the 6th semester of my Game Design studies.
How to run it locally:
- run
npm install
in the backend folder, then the frontend folder, then the common folder - create
.env
files in backend and frontend folder, and fill them out just as in.env-example
files - run
npm run build
in frontend folder
then either:
- run
npm start
in backend folder
or:
- run
npm run dev
in frontend folder, with the ability to make changes and test them live - run
npm start
in backend folder