A tool for testing starfish
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

Add run.sh script

+11
+11
run.sh
··· 1 + #!/usr/bin/env bash 2 + 3 + cd starfish_original 4 + gleam run & 5 + cd ../starfish_updated 6 + gleam run & 7 + cd .. 8 + 9 + # Give time for the servers to start up 10 + sleep 5 11 + gleam run