Skip to content

mattwells19/Cooped-Up

Repository files navigation

Cooped Up Logo
Cooped Up

A web-based version of the popular board game Coup.


Build and Lint Project

Project Architecture

Frontend Framework: React

UI Library: Chakra UI

Build tool: Snowpack

Project managed on Trello

Running the Code

  1. Clone the repo using https://github.com/mattwells19/Cooped-Up.git
  2. Verify Node is installed by typing node -v in your console/terminal.
    1. If Node is not installed then install it here.
    2. Make sure to include NPM (Node Package Manager) when installing.
  3. Install yarn using npm i -g yarn
    1. yarn is a popular package manager that enables the use of shared dependencies for multi-project repos such as this one.
  4. Install dependencies with yarn by typing yarn install
  5. 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, select Start Project and click Run.