- Install dependencies:
pip3 install -r requirements.txt
- Create a config file by running:
cp config.default.yaml config.yaml
Edit config.yaml
as appropriate.
- Create the SQLite database:
./create-db
This creates an empty database in the location specified by config.yaml
.
- Run the app (will use port 5538 by default)
python3 app.py
Icons were taken from https://primer.style/octicons/.