Move all files to building-static-websites-sculpin/demo/

This commit is contained in:
Oliver Davies 2025-10-02 08:40:59 +01:00
parent 4c7d05faad
commit 638f0cc20f
52 changed files with 0 additions and 0 deletions

View file

@ -1,12 +0,0 @@
#!/usr/bin/env bash
export PATH="${PATH}:./vendor"
tmux new-window -dn shell
tmux new-window -dn server
tmux send-keys -t server "sculpin generate --server --watch" Enter
xdg-open http://localhost:8000
nvim