/Deer

A modern, open source note-taking application

Primary LanguagePythonMozilla Public License 2.0MPL-2.0

Deer

Build Status

Deer is an open-source note-keeping application, written in C++. It allows you to write down your thoughts and ideas quickly and easily. Deer aims to be a cross-platform software, that works on Windows, OS X and Linux.

System Rrerequisites

Currently, Deer supports these platforms:

  • Debian-based operating systems (e.g. Ubuntu)

Run this command in your terminal and it wil install all system prerequisites wget -O bootstrap.py https://raw.githubusercontent.com/abahmed/Deer/master/bootstrap.py && python bootstrap.py

Build

Firstly, you need to get a clone of Deer git clone --recursive https://github.com/abahmed/Deer

Just build Deer in one line python make.py build

To run Deer python make.py run

Contributions

See Contributing guidelines and Our Wiki to get started.

Communication

The Deer community welcomes your feedback and thoughts for improving Deer. So, feel free to ping us on our mailing list.

License

Deer is licensed under Mozilla Public License 2.0.