runtimeterror/build.sh

8 lines
167 B
Bash
Raw Normal View History

2023-11-06 01:51:51 +00:00
#!/usr/bin/env bash
# Quick script to run local builds
source .env
2023-11-06 22:45:28 +00:00
hugo --minify --environment local -D
2023-11-06 01:51:51 +00:00
npx torchlight
python3 -m http.server --directory public 1313