Free and Open Source implementation of Cards against humanity using Signal R.
🔧 In order to build this project, you'll need the .NET 6 preview SDK.
♥ If you'd like to contribute, please see the Contributing Document to see how to get started.
There are two main ways of building the project.
- Verify you have the correct version of .NET installed by running the following command in a command line:
dotnet --list-sdksThis should output at least one version starting with 6.
- Run the following command to build the project:
dotnet build src/-
Visual Studio 2022 with .NET 6 SDK is required for building this project
-
Open
src/LibreCards.slnin Visual Studio and build as usual