The Umbraco CMS and public API for MethodConf.
- Copy
.env.exampleto.envand configure the required values. - Run the application:
dotnet run --project src/MethodConf.Cms/MethodConf.Cms.csprojThe production image can be built locally with:
docker build -t cms.methodconf.com .