This project is built on Angular client and nodeJS backend. Rules are similar form the card game "Werewolf," just moving it into an online platform.
Initial page layout and design can be seen in the /design-kit folder
A docker configuration is already made for the project (check the config file)
You can either run it through docker or the client and server separately.
cd client>npm run startcd server>npm run dev