BrainDump is a simple, powerful, and open note taking platfform that makes it easy to organize your life. It lives here if you would like to check it out. :)
- Install Vagrant
- Fork and clone this repo
- From the root of the project, run
vagrant up
in a terminal - Navigate to localhost:5000 to view the app in your browser
- Install virtualenv:
pip install virtualenv
- Fork and clone this repo
- From the root of the project, create your virtualenv:
virtualenv env
- Source your virtual environment:
source env/bin/activate
- Install all dependencies:
pip install -r requirements.txt
- Start the app:
python manage.py runserver
- Navigate to localhost:5000 to view the app in your browser