Skip to content

Latest commit

 

History

History
17 lines (14 loc) · 275 Bytes

README.md

File metadata and controls

17 lines (14 loc) · 275 Bytes

Avalon Board Game Helper

The game helper assigns characters to each user and enables users to view information specific to their assigned characters.

To run server, use

cd server
npm install
npm start

To run client, use

cd client
yarn install
yarn serve