cghiban / braindump

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

Home Page:https://braindump.pw

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

https://braindump.pw

License:MIT License


Languages

Language:Python 40.2%Language:JavaScript 28.9%Language:HTML 21.6%Language:CSS 5.4%Language:Shell 3.5%Language:Mako 0.4%