Set up Cursor Cloud dev environment for OpenNOW#515
Merged
Conversation
Co-authored-by: Zortos <zortosdev@proton.me>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Sets up and validates the development environment for the OpenNOW Electron client and documents non-obvious cloud caveats for future agents.
npm ciinopennow-stable/(Node 22, npm).npm run dev) and exercised the core auth flow end-to-end up to NVIDIA's OAuth page.## Cursor Cloud specific instructionssection toAGENTS.md(run commands, benign dbus/Vulkan startup noise, BYO-account auth flow, optional native streamer).Walkthrough
Demo of the app launching and the sign-in flow reaching NVIDIA's real OAuth login page:
opennow_signin_flow_demo.mp4
OpenNOW login screen
NVIDIA OAuth page loaded
Testing
npm run lint— pass (warnings only)npm run typecheck— passnpm test— 82 passnpm run build— passnpm run locales:check— passnpm run dev— app launches and sign-in flow reaches NVIDIA OAuth (manual)Note: full gameplay/login requires a real NVIDIA GeForce NOW account (bring-your-own-account app), so the flow was validated up to the external NVIDIA login page.
To show artifacts inline, enable in settings.