Skip to content

domenicosolazzo/braindump

 
 

Repository files navigation

braindump

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. :)

CI MIT License

Screenshots

UI V2

Development

Dev Blog

Develop with Vagrant

  1. Install Vagrant
  2. Fork and clone this repo
  3. From the root of the project, run vagrant up in a terminal
  4. Navigate to localhost:5000 to view the app in your browser

Local development with virtualenv

  1. Install virtualenv: pip install virtualenv
  2. Fork and clone this repo
  3. From the root of the project, create your virtualenv: virtualenv env
  4. Source your virtual environment: source env/bin/activate
  5. Install all dependencies: pip install -r requirements.txt
  6. Start the app: python manage.py runserver
  7. Navigate to localhost:5000 to view the app in your browser

About

BrainDump is a simple, powerful, and open note taking platfform that makes it easy to organize your life.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Python 42.9%
  • JavaScript 27.6%
  • HTML 20.6%
  • CSS 5.2%
  • Shell 3.3%
  • Mako 0.4%