Scripts and tools to manage work and accounting for LAKE DYNAMICS CONSULTING FZCO (UAE freezone).
- Accounting: Zoho
- Email & docs: Google Workspace (Gmail, Google Drive)
- Client-specific email: Exchange/Outlook for some clients
├── app/ SvelteKit frontend (port 5173)
├── server/ Bun API (port 3000)
└── package.json Monorepo root
bun install
bun run dev # Runs app + server concurrently
# Or separately:
bun run dev:app # SvelteKit at http://localhost:5173
bun run dev:server # API at http://localhost:3000The app proxies /api to the server in development.
bun run build- App: Built to
app/build. Serve withbun run build/index.js(svelte-adapter-bun) or your preferred static host. - Server: Built to
server/dist. Run withbun run --cwd server start.
Copy .env.example to .env.local and fill in your keys.
- Discord bot – chat and notifications
- OpenAI – AI assistance
- Gemini – image generation