Skip to content

Clarify offline setup commands in README#16

Open
FrizzleM wants to merge 1 commit intomainfrom
codex/update-readme-for-offline-usage-commands
Open

Clarify offline setup commands in README#16
FrizzleM wants to merge 1 commit intomainfrom
codex/update-readme-for-offline-usage-commands

Conversation

@FrizzleM
Copy link
Owner

Motivation

  • Make the "For offline usage" instructions accurate by showing the actual commands required to run the Vite web installer from the repository root and the correct subdirectory to use.

Description

  • Update README.md to point the offline workflow at the quest-web-installer/ folder, add an explicit cd quest-web-installer step, separate development (npm run dev) and production (npm run build / npm run preview) command blocks, and close the previously unterminated fenced code block.

Testing

  • Inspected quest-web-installer/package.json with cat quest-web-installer/package.json to confirm the dev, build, and preview scripts exist and are correct.
  • Verified the rendered README section with nl -ba README.md | sed -n '54,72p' and nl -ba README.md | tail -n 30 to confirm the updated commands and formatting.

Codex Task

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant