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