If you want to run in to your local device or localhost , you can download full source code using terminal or download main source code.
For first you can download full source code - Download MarkDownuts Now
Next you can upload your markdownuts source code in to your project folder
htdocs/project
Now you can run start your Xampp / Lampp web server,and access
locahost/yourproject
Next configure your site url , open config.yml
Add Site url on localhost . input your htdocs project name , example
url: "http://localhost/markdownuts"
You can run with php built in server , download markdownuts project or you can use composer installation / git clone in to your project.
Next access your project with terminal and run
php -S localhost:8080 router.php
Now you can access localhost:8080
Next configure your site url , open config.yml
Add Site url on localhost . leave empty site url , example
url: ""