https://github.com/noooway/scrawl
Note-taking Software
https://github.com/noooway/scrawl
Last synced: about 1 month ago
JSON representation
Note-taking Software
- Host: GitHub
- URL: https://github.com/noooway/scrawl
- Owner: noooway
- License: mit
- Created: 2019-12-15T18:43:58.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2020-02-16T08:58:36.000Z (over 6 years ago)
- Last Synced: 2025-03-22T13:23:45.112Z (about 1 year ago)
- Language: HTML
- Size: 14.6 KB
- Stars: 0
- Watchers: 2
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Scrawl
Note-taking Software
Installation:
``` shell
git clone https://github.com/noooway/scrawl
cd scrawl
pip3 install -r requirements.txt
```
For testing start server with:
``` shell
flask run
```
To make server visible to the outside world:
``` shell
flask run --host='0.0.0.0' --port='5000'
```
