Internals¶
This page documents the internal workings of BorgWeb.
What we use¶
- Flask and Werkzeug - Python web micro-framework and http toolbox
- Bootstrap and jQuery - CSS framework, Javascript library
BorgBackup- for doing the backups
Develop JS¶
- Have NodeJS/io.js and NPM installed.
git clone https://github.com/borgbackup/borgweb.gitcd borgweb/jsnpm installgulp watch- Edit JS files within
js/; files will automatically be bundle intoborgweb/static/bundle.js