Prose is a web-based interface for managing text-based content in your GitHub repositories. Use it to create, edit, and delete files, and save your changes directly to GitHub.
It's designed to make it easy to managing a blog hosted on GutHub. It works great on sites built using Jekyll that are hosted on GitHub Pages.
Prose supports configuration settings with a variety of options making it easy to adjust the application to support your needs on a project. You can see a list of options on the wiki page.
To run the current development version, fork this project and serve it locally.
If you have Python handy, just cd
into the project root directory and run
python -m SimpleHTTPServer
For guidance on building a packaged version, running tests, and contributing to development, see CONTRIBUTING.md.