Skip to content

Latest commit

 

History

History
19 lines (14 loc) · 511 Bytes

README.md

File metadata and controls

19 lines (14 loc) · 511 Bytes

logo-png

Yet another markdown viewer as a flask application.

Run the project locally

git clone https://github.com/adityaprakash-bobby/mark-it-down.git
cd mark-it-down/

# setup virtual environment
virtualenv -p python3 venv
. venv/bin/activate
pip install -r requirements.txt

# start the server 
python app.py

You can test the live version of the application at https://mark-it-down.herokuapp.com/