Skip to content

arielger/truco

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

73 Commits
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

Truco

Multiplayer truco game made with GraphQL and React.

Development

Client

[Storybook](link to site) Netlify Status

You will need to create a .env file following the provided .env.example file.

yarn install
yarn start

Server

You will need to create a .env file following the provided .env.example file.

yarn install
yarn start