mirror of
https://github.com/rjNemo/vf-site
synced 2026-06-06 01:16:38 +00:00
6 lines
No EOL
109 B
Makefile
6 lines
No EOL
109 B
Makefile
build:
|
|
pipenv run python main.py > dist/index.html
|
|
|
|
|
|
run: build
|
|
cd dist && pipenv run python -m http.server
|