/scrawl

Note-taking Software

Primary LanguageHTMLMIT LicenseMIT

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'