CodeRelay Server provides CodeRelay Client the data it needs to simplify copying code from your c# codebase to an LLM chatbot.
- Codebase path: Use the AllowedBasePath field inside appsettings.json to set the path to your c# codebase.
Run the server in a terminal window:
dotnet run Program.cs