Skip to content

Docs: update README and dev.md, fix static route for local dev#468

Open
lgelauff wants to merge 6 commits intomasterfrom
docs/improve-setup-docs
Open

Docs: update README and dev.md, fix static route for local dev#468
lgelauff wants to merge 6 commits intomasterfrom
docs/improve-setup-docs

Conversation

@lgelauff
Copy link
Copy Markdown
Collaborator

@lgelauff lgelauff commented Apr 5, 2026

Summary

  • README: add GitHub Issues link, mark Phabricator as archived, add pointer to dev.md for setup instructions
  • dev.md: fix rdb.py line number (113→119), correct project tree (filenames, remove non-existent config/ dir), add missing npm run toolforge:build step before make start
  • .gitignore: add .claude/ and tmp/
  • app.py: fix /a/ StaticFileRoute to point to static/index.html instead of static/a/index.html (which no longer exists), required to start the backend locally

Test plan

  • Verify backend starts with make start after running npm run toolforge:build
  • Verify frontend dev server starts with npm run dev at http://localhost:5173

🤖 Generated with Claude Code

lgelauff and others added 3 commits April 5, 2026 16:57
- README: add GitHub Issues link, mark Phabricator as archived, add pointer to dev.md
- dev.md: fix Node.js version (v16→v18), rdb.py line number (113→119), and project tree (filenames, removed non-existent config/ dir)
- .gitignore: add .claude/ and tmp/
- app.py: fix /a/ StaticFileRoute to point to static/index.html (not static/a/index.html which no longer exists)

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
@lgelauff lgelauff requested a review from Jayprakash-SE April 5, 2026 16:01
@lgelauff lgelauff changed the title Docs/improve setup docs Docs/improve setup Apr 5, 2026
@lgelauff lgelauff changed the title Docs/improve setup Docs: update README and dev.md, fix static route for local dev Apr 5, 2026
@lgelauff
Copy link
Copy Markdown
Collaborator Author

lgelauff commented Apr 5, 2026

CI will keep giving errors until #469

lgelauff and others added 3 commits April 5, 2026 17:59
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
…static files

- dev.md: document debug:true and userid options for bypassing OAuth locally
- config.default.yaml: add debug:false as an optional documented field
- Remove montage/static/a/index.html and static/dist/ (obsolete pre-Vue frontend files)

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
…keys

Add debug_userid and debug_username config options so developers can set
which account they are auto-logged in as when debug: true, instead of
always defaulting to Slaporte. Document the /complete_login workaround
for bypassing OAuth locally.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
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