Adding a simple README

This commit is contained in:
2021-01-29 15:55:07 +01:00
parent 5e020810ae
commit f75c46d877
50 changed files with 15 additions and 0 deletions

15
README.md Normal file
View File

@@ -0,0 +1,15 @@
# Chemmazz! (game-party)
It's a simple browser based card game with a videochat integrated.
It let you play with Neapolitan playcards.
## Development
Start the server with:
cd server && yarn devel
Start the client with:
cd client && yarn start