Skip to content

Latest commit

 

History

History
18 lines (13 loc) · 1.16 KB

CONTRIBUTING.md

File metadata and controls

18 lines (13 loc) · 1.16 KB

Contributing

Pull requests are welcome. For major changes, please open an issue to discuss them first.

How to Build

  1. Install Visual Studio (Community edition is fine) with the following workloads:

    • .NET desktop deployment
    • Universal Windows Platform deployment
  2. Create an env file by copying .env.example to .env. Define the following variables in it:

    • LOCATIONIQ_API_KEY (optional) - LocationIQ API key used to get latitude and longitude based on city name
    • POEDITOR_API_TOKEN (optional) - POEditor API token used to test new translations from the POEditor website
  3. Open the solution file in Visual Studio and build one of the projects:

    • WinDynamicDesktop - Main project to run the app
    • WinDynamicDesktop.Package - UWP project for Microsoft Store app
    • WinDynamicDesktop.Tests - Unit tests