A web-based version of the popular board game Coup.
Frontend Framework: React
UI Library: Chakra UI
Build tool: Snowpack
Project managed on Trello
- Clone the repo using
https://github.com/mattwells19/Cooped-Up.git
- Verify Node is installed by typing
node -v
in your console/terminal.- If Node is not installed then install it here.
- Make sure to include NPM (Node Package Manager) when installing.
- Install
yarn
usingnpm i -g yarn
yarn
is a popular package manager that enables the use of shared dependencies for multi-project repos such as this one.
- Install dependencies with
yarn
by typingyarn install
- Start the app by running
yarn start
.- If you are using VS Code then there is already a
launch.json
file that will run debugging for both projects. Simply go to the debugging tab, selectStart Project
and click Run.
- If you are using VS Code then there is already a