- install .NET
- clone the repository
- go into the cloned directory and run the following command:
dotnet run
All you need to edit is ocelot.json
. Under the Routes key, append the list with the new routes. For more information check out the ocelot documentation.
Adaptations to the routes might be needed as part of the setup (such as setting up the correct addresses and ports).