Skip to content

docs: add .env.example for local development setup#14

Merged
iamlukethedev merged 1 commit into
iamlukethedev:mainfrom
asimons81:docs/add-env-example
Mar 20, 2026
Merged

docs: add .env.example for local development setup#14
iamlukethedev merged 1 commit into
iamlukethedev:mainfrom
asimons81:docs/add-env-example

Conversation

@asimons81

Copy link
Copy Markdown
Contributor

Summary

Adds .env.example so 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.example was missing from the repo.

Changes

Adds .env.example with:

  • NEXT_PUBLIC_GATEWAY_URL
  • PORT / HOST (commented, optional)
  • STUDIO_ACCESS_TOKEN (commented, optional for public/remote deployments)
  • ELEVENLABS_* vars (commented, optional for voice features)

OPENCLAW_GATEWAY_TOKEN is not included because Luke confirmed token handling comes from openclaw.json, and some setups may not require a token.

Testing

@asimons81

Copy link
Copy Markdown
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 iamlukethedev merged commit 3572499 into iamlukethedev:main Mar 20, 2026
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.

2 participants