Skip to content

Latest commit

 

History

History
18 lines (12 loc) · 385 Bytes

File metadata and controls

18 lines (12 loc) · 385 Bytes

MethodConf CMS

The Umbraco CMS and public API for MethodConf.

Local Development

  1. Copy .env.example to .env and configure the required values.
  2. Run the application:
dotnet run --project src/MethodConf.Cms/MethodConf.Cms.csproj

The production image can be built locally with:

docker build -t cms.methodconf.com .