Skip to content

Local Development

Prerequisites

  • Windows 10 or later
  • Visual Studio 2019 or later
  • Git for Windows
  • .NET Framework 4.8.1

Initial Setup

  1. Clone the repository in Visual Studio or via the Git CLI

    Terminal window
    git clone https://pacifichealthworks.visualstudio.com/Git%20Projects/_git/Onyx
  2. Install project dependencies via Solution Explorer > right-click solution > Restore NuGet Packages

  3. Make sure the value for isDev is set to true in web.config > appSettings

Development Workflow

  1. Create a new branch for your feature/fix
    • ex: bart-fix/name-of-fix, chris-feat/name-of-feat
  2. Make your changes
  3. Test locally
  4. Create a pull request in Azure DevOps and mark Bart, Chris, and/or Mike as the reviewer(s)