2021-06-16 16:46:25 +02:00
|
|
|
all: run
|
|
|
|
|
|
|
|
run:
|
|
|
|
python3 -m http.server
|
|
|
|
|
|
|
|
update:
|
|
|
|
python3 update.py
|
2021-09-01 09:49:33 +02:00
|
|
|
# missing: sync the css on the etherpad with the local print.css file
|
|
|
|
# the same counts for the notes i guess, but is less urgent
|
2021-06-16 16:46:25 +02:00
|
|
|
|
|
|
|
upload:
|
|
|
|
scp -r Unfolded.html css js fonts varia:public_html/volumetric-regimes/
|
|
|
|
|
|
|
|
uploadimages:
|
|
|
|
scp -r images varia:public_html/volumetric-regimes/
|