Skip to content

Latest commit

 

History

History
26 lines (18 loc) · 1.01 KB

README.md

File metadata and controls

26 lines (18 loc) · 1.01 KB

Prose

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.

Using prose for your next project

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.

Installation

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.