# rsted-docker **Repository Path**: stefanzweig/rsted-docker ## Basic Information - **Project Name**: rsted-docker - **Description**: No description available - **Primary Language**: JavaScript - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-02-16 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README Simple online editor for reStructuredText on Flask. Try it where: http://rst.ninjs.org/ Getting setup ------------- Requirements for rsted: * Flask * rst2html (from Docutils) These requirements are expressed in the pip-requirements.txt file and may be installed by running the following (from within a virtual environment):: pip install -r pip-requirements.txt How to run ---------- From within your environment, just run:: ./application.py This will start a server on port 5000. Just visit http://localhost:5000/ in your browser.