You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Presenter runbook: `../demo_scripts/presenter-guide.md` (sibling `nfl_temp` folder, not in this repo). Tag `demo-baseline` at repo root before workshops so `/reset-demo` works.
46
+
47
+
## Cursor Cloud specific instructions
48
+
49
+
### Prerequisites already on the VM
50
+
51
+
- .NET SDK **10.0.x** (see `global.json`)
52
+
- Docker (start with `sudo service docker start`; if `docker ps` fails with permission denied, run `sudo chmod 666 /var/run/docker.sock` once per session)
53
+
- Node.js/npm (Playwright E2E and Identity.API client-lib workaround)
54
+
55
+
### Restore / build gotchas
56
+
57
+
-**NuGet audit:** Intermittent TLS failures to `api.nuget.org` surface as `NU1900` and fail the build (`TreatWarningsAsErrors`). Use `-p:NuGetAudit=false` on restore/build until connectivity is stable.
58
+
-**Identity.API libman:**`cdnjs` fetches during build can fail in this environment. `wwwroot/lib/` is gitignored. Either populate it once (see below) or build with `-p:LibraryRestore=False` after libs exist.
59
+
60
+
One-time Identity client libs via npm (when `wwwroot/lib` is missing):
0 commit comments