runtimeterror/build.sh

8 lines
158 B
Bash
Executable file

#!/usr/bin/env bash
# Quick script to run local builds
source .env
hugo --environment local -D
npx torchlight
python3 -m http.server --directory public 1313