16 lines
259 B
Markdown
16 lines
259 B
Markdown
|
|
# 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
|
||
|
|
|