Skip to content

A card party game where players get to create cards, up to 100 players!

Notifications You must be signed in to change notification settings

ChuechTeam/CardLab

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

53 Commits
 
 
 
 
 
 
 
 

Repository files navigation

CardLab

A party game where players can create their own cards and play with them!

Requirements

  • .NET 8.0 SDK
  • Node.js
  • Python 3.10+ (for deployment only)

Getting Started

  1. Clone the repository in a directory of your choice:
    git clone https://github.com/ChuechTeam/CardLab.git
  2. Navigate to the source directory:
    cd CardLab/src/web
  3. Run npm install to install client-side dependencies:
    pushd Client/card-lab
    npm install
    popd
  4. Run the app!
    dotnet run