Skip to content

Latest commit

 

History

History
55 lines (38 loc) · 855 Bytes

README.md

File metadata and controls

55 lines (38 loc) · 855 Bytes

galaiko.rocks

my website

requirements

build

$ make -j$(nproc)

update 3rd party data

letterboxd

$ python3 ./scripts/update/letterboxd.py

discogs

$ python3 ./scripts/update/discogs.py --token <personal access token>

hledger

$ python3 ./scripts/update/hledger.py [--file <main hledger file>]

run

$ make serve

deploy

this requires fly.io account.

$ fly deploy