Skip to content

Latest commit

 

History

History
29 lines (25 loc) · 579 Bytes

File metadata and controls

29 lines (25 loc) · 579 Bytes

CardLab

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

Requirements

  • .NET 9.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