A bookmark management application for Windows.
- Bookmark management
- Windows App SDK integration
- MSIX packaging
This project uses .NET 10 and Windows App SDK.
-
Clone the repository with submodules:
git clone --recurse-submodules https://github.com/ScribblesByKK/Bookmarkly.git
Or if you've already cloned the repository, initialize the submodules:
git submodule update --init --recursive
-
The
Megakatsubmodule contains utility projects used by Bookmarkly.
For more detailed setup and contribution guidelines, see CONTRIBUTING.md.
The project requires Windows for building the full application. See the build workflow for details.
Releases are automatically deployed to Cloudflare Pages CDN with a landing page. See Cloudflare CDN Setup for configuration instructions.
Tests can be run on any platform:
dotnet test Tests/ArchitectureTests/ArchitectureTests.csprojSee LICENSE file for details.