Skip to content

abrdk/Scrawl

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

35 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Scrawl

Note-taking Software

Installation - get the app, setup virtual environment and install dependencies:

git clone https://github.com/abrdk/Scrawl
cd Scrawl
python3 -m venv ./venv
source venv/bin/activate
pip3 install -r requirements.txt

Start the server:

python3 run.py

Visit localhost:5000 in a browser.

Deactivate virtual environment when done:

deactivate

About

Note-taking Software

Resources

License

Stars

Watchers

Forks

Packages

 
 
 

Contributors

Languages

  • HTML 60.4%
  • CSS 20.0%
  • Python 19.6%