runtimeterror/build.sh

8 lines
158 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 --environment local -D
2023-11-06 01:51:51 +00:00
npx torchlight
python3 -m http.server --directory public 1313