MERIDIAN — keep this workflow
=============================

We work in the Grok preview (this chat) for UI and bugs.
Every so often you get a zip, run it on Windows with C# + WebView2,
and tell me what matches / what does not. Repeat. No installer yet.

THIS ZIP = that Windows test.


WINDOWS TEST (do this now)
--------------------------

Read RUN-ON-WINDOWS.txt. Short version:

  1. Open the desktop folder (NATViewer.sln visible)
  2. dotnet restore
  3. dotnet run

Needs .NET 8 SDK + WebView2. No npm.


HAND BACK TO A NEW CHAT
-----------------------

Attach meridian-checkpoint.zip. First message:

  Continue Meridian from this checkpoint.
  Product is C# + WebView2. Preview in this chat is the UI lab.
  I test on Windows with dotnet run from desktop/.


GROK PREVIEW / npm (lab only)
-----------------------------

Same map, Linux cannot run WPF. Use only in this chat.

  npm install
  npm run dev
