5 lines
88 B
Makefile
5 lines
88 B
Makefile
host:
|
|
python3 -m http.server --directory dist
|
|
push:
|
|
neocities push --prune dist
|