Bluesky app fork with some witchin' additions 💫

Set up conductor.json with yarn install and web server configuration (#9676)

Add conductor setup and run scripts that install dependencies and start the dev server with a dynamically allocated port.

Co-authored-by: Claude Haiku 4.5 <noreply@anthropic.com>

authored by samuel.fm

Claude Haiku 4.5 and committed by
GitHub
c540dae4 2818c7f5

+6
+6
conductor.json
··· 1 + { 2 + "scripts": { 3 + "setup": "yarn install", 4 + "run": "yarn web --port $CONDUCTOR_PORT" 5 + } 6 + }