Job-Info
Development helper scripts
- start-all.js — small orchestrator script that starts the local
minimal-uploader-playgroundand theofficeaddin/minimal-playgroundstatic server, waits for their health checks, and streams logs.
Usage
# from repo root
npm run start:all
Notes: I chose the small in-repo orchestrator (start-all) rather than pm2 for simplicity — it requires no global runtime and has clear, readable behavior for local development. If you prefer pm2 for process management / auto-restart, I can add pm2 config files and an alternate script.
Description
Languages
JavaScript
62.3%
HTML
34.2%
TypeScript
2.4%
CSS
1%
PowerShell
0.1%