/mark-it-down

Yet another flask application to display markdown on the go.

Primary LanguageJavaScriptGNU General Public License v3.0GPL-3.0

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/