Skip to content

Latest commit

 

History

History
30 lines (20 loc) · 1 KB

File metadata and controls

30 lines (20 loc) · 1 KB

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!