Skip to content

The source code repository for my public website.

License

Notifications You must be signed in to change notification settings

biltongza/ldam.co.za

Repository files navigation

This is the source code repository for my public website, currently hosted at https://ldam.co.za.

It contains:

  • frontend: the public SvelteKit site that you see at https://ldam.co.za
  • fnapp: Azure Functions project that sync images from Adobe Lightroom to an Azure Storage Account
  • backend: an ASP.NET Core app to login to Adobe so fnapp can access the Lightroom APIs
  • lib: a .NET library containing code shared among all other projects