Skip to content

Latest commit

 

History

History
23 lines (19 loc) · 429 Bytes

File metadata and controls

23 lines (19 loc) · 429 Bytes

Scrawl

Note-taking Software

Installation:

git clone https://github.com/noooway/scrawl
cd scrawl
pip3 install -r requirements.txt

For testing start server with:

flask run

To make server visible to the outside world:

flask run --host='0.0.0.0' --port='5000'