A party game where players can create their own cards and play with them!
- .NET 8.0 SDK
- Node.js
- Python 3.10+ (for deployment only)
- Clone the repository in a directory of your choice:
git clone https://github.com/ChuechTeam/CardLab.git
- Navigate to the source directory:
cd CardLab/src/web
- Run
npm install
to install client-side dependencies:pushd Client/card-lab npm install popd
- Run the app!
dotnet run