mirror of
https://github.com/RedWizardsLab/EchoHub.git
synced 2026-09-04 16:46:08 +02:00
581 B
581 B
Getting Started
Prerequisites
Run the Server
dotnet run --project src/EchoHub.Server
On first run, the server automatically:
- Creates
appsettings.jsonfrom the example config - Generates a secure JWT secret
- Creates the SQLite database with a
#generalchannel
Run the Client
dotnet run --project src/EchoHub.Client
Connect to a server, register an account, and start chatting.
Build from Source
dotnet build src/EchoHub.slnx