Plusagency-v3.4.zip ✭

cp .env.example .env # Edit with your favourite editor code .env Key variables you’ll likely tweak:

# 2️⃣ Configure cp .env.example .env # edit .env → set ADMIN_EMAIL/PASSWORD, POSTGRES_PASSWORD, etc.

# 4️⃣ Verify open http://localhost:8080 # admin UI curl -X POST http://localhost:8080/graphql \ -H "Content-Type: application/json" \ -d '"query":" __schema queryType name "' | jq . plusagency-v3.4.zip

my-awesome-plugin/ ├─ src/ │ ├─ index.ts │ └─ routes.ts ├─ package.json └─ plusagency-plugin.json # metadata for marketplace # In the plugin directory npm install npm run dev # hot‑reload with ts-node The backend automatically discovers plugins in plugins/ at start‑up. If you add a new plugin while the stack is running, just restart the backend:

# 3️⃣ Verify the layout tree -L 2 . You should see: If you add a new plugin while the

Happy building! 🚀

# 3️⃣ Launch docker compose up -d

# 2️⃣ Unzip the package (replace path if needed) unzip /path/to/plusagency-v3.4.zip