runtimeterror/build.sh

8 lines
164 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
hugo --minify --environment local
npx torchlight
python3 -m http.server --directory public 1313