Skip to content

Latest commit

 

History

History
26 lines (17 loc) · 598 Bytes

README.md

File metadata and controls

26 lines (17 loc) · 598 Bytes

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