Building.md

January 29, 2026 · View on GitHub

Building from Source

1. Prerequisites

2. Clone the Repository

git clone https://github.com/MidnightCrowing/KeyPocket.git
cd KeyPocket

3. Build and Run

  1. Locate and open the KeyPocket.slnx file to load the solution in Visual Studio ( or Rider).
  2. Verify the build configuration in the top toolbar:
  • Configuration: Select Debug (for testing/debugging) or Release (for optimized performance).
  • Platform: Select x64 (recommended for most modern PCs) or arm64 (for ARM devices like Surface Pro X).
  1. Press F5 or click the Start button to build and deploy the application.

You’re good to go!