Move all files to reading-college/demo/

This commit is contained in:
Oliver Davies 2025-10-02 08:59:27 +01:00
parent 9bb0b58dfd
commit 8b2fabb6b7
15 changed files with 0 additions and 0 deletions

View file

@ -0,0 +1,20 @@
#!/usr/bin/env bash
tmux new-window -dn scratch
tmux new-window -dn static -c static
tmux send-keys -t static "simple-http-server --index --port 4000" Enter
tmux new-window -dn sculpin_install -c sculpin
tmux send-keys -t sculpin_install "composer install" Enter
tmux new-window -dn sculpin_run -c sculpin
tmux send-keys -t sculpin_run "vendor/bin/sculpin generate --server --port 4001 --watch" Enter
tmux new-window -dn drupal_install -c drupal
tmux send-keys -t drupal_install "composer install" Enter
tmux new-window -dn drupal_run -c drupal
tmux send-keys -t drupal_run "vendor/bin/drush runserver :4002" Enter
nvim .