mirror of
https://github.com/jbowdre/runtimeterror.git
synced 2024-11-09 17:42:19 +00:00
7 lines
167 B
Bash
Executable file
7 lines
167 B
Bash
Executable file
#!/usr/bin/env bash
|
|
# Quick script to run local builds
|
|
source .env
|
|
hugo --minify --environment local -D
|
|
npx torchlight
|
|
python3 -m http.server --directory public 1313
|
|
|