Get Started - sachatrauwaen/Dnn.Platform GitHub Wiki
How start playing
Clone this repository on your local machine and folow the steps descriped here 👍
https://github.com/dnnsoftware/Dnn.Platform/blob/develop/.github/BUILD.md
Focus on 2. Build to create a local DNN development website
How to run a page in the MVC pipeline?
Add a tag called "mvc" in the Tags section of the page settings (this is temporary solution/hack, ideally the page rendering pipeline will pick this up automagically).
Actually, url with 'ctl' querystring or 'ctl' in a url segment are running in MVC pipeline
At this time only the Html and an MVC version of the Open Content module are supported (the first is part of DNN, the latter you need to build yourself: https://github.com/sachatrauwaen/Satrabel.OpenContent.Mvc ).