Skip to content

lake-dynamics/org

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

LD Org

Scripts and tools to manage work and accounting for LAKE DYNAMICS CONSULTING FZCO (UAE freezone).

Stack

  • Accounting: Zoho
  • Email & docs: Google Workspace (Gmail, Google Drive)
  • Client-specific email: Exchange/Outlook for some clients

Project structure

├── app/          SvelteKit frontend (port 5173)
├── server/       Bun API (port 3000)
└── package.json  Monorepo root

Development

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:3000

The app proxies /api to the server in development.

Build & VPS deployment

bun run build
  • App: Built to app/build. Serve with bun run build/index.js (svelte-adapter-bun) or your preferred static host.
  • Server: Built to server/dist. Run with bun run --cwd server start.

Copy .env.example to .env.local and fill in your keys.

Planned integrations

  • Discord bot – chat and notifications
  • OpenAI – AI assistance
  • Gemini – image generation

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published