control-net / libre-cards-against-humanity

Free and Open Source implementation of Cards against humanity using Signal R.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Libre Cards Against Humanity

Quality Gate Status Coverage


contributors matrix license

Free and Open Source implementation of Cards against humanity using Signal R.

Requirements

🔧 In order to build this project, you'll need the .NET 6 preview SDK.

How to contribute

♥ If you'd like to contribute, please see the Contributing Document to see how to get started.

Building the project

There are two main ways of building the project.

CLI

  1. Verify you have the correct version of .NET installed by running the following command in a command line:
dotnet --list-sdks

This should output at least one version starting with 6.

  1. Run the following command to build the project:
dotnet build src/

Visual Studio

  1. Visual Studio 2022 with .NET 6 SDK is required for building this project

  2. Open src/LibreCards.sln in Visual Studio and build as usual

About

Free and Open Source implementation of Cards against humanity using Signal R.

License:GNU General Public License v3.0


Languages

Language:C# 84.3%Language:HTML 8.0%Language:CSS 7.7%