docs: add .env.example for local development setup#14
Merged
Conversation
Contributor
Author
|
Also filed the current TypeScript blocker separately here: #13 Holding off on logic changes in eventTriggers.ts until intended behavior is confirmed. |
iamlukethedev
approved these changes
Mar 20, 2026
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
Adds
.env.exampleso new contributors have a clear reference for running Claw3D locally.Motivation
The README documents:
npm install && cp .env.example .env && npm run dev…but
.env.examplewas missing from the repo.Changes
Adds
.env.examplewith:NEXT_PUBLIC_GATEWAY_URLPORT/HOST(commented, optional)STUDIO_ACCESS_TOKEN(commented, optional for public/remote deployments)ELEVENLABS_*vars (commented, optional for voice features)OPENCLAW_GATEWAY_TOKENis not included because Luke confirmed token handling comes fromopenclaw.json, and some setups may not require a token.Testing
npm installsucceedsnpm run lintpassesnpm run typecheckcurrently fails due to the existing TS blocker reported separately in Build blocked: TypeScript error in src/lib/office/eventTriggers.ts — OfficeGymDirective type mismatch #13