Skip to content

Improve post-setup instructions with detailed next steps#6

Merged
jalexw merged 2 commits into
mainfrom
claude/add-setup-next-steps-oYhGe
May 11, 2026
Merged

Improve post-setup instructions with detailed next steps#6
jalexw merged 2 commits into
mainfrom
claude/add-setup-next-steps-oYhGe

Conversation

@jalexw

@jalexw jalexw commented May 11, 2026

Copy link
Copy Markdown
Contributor

Summary

Enhanced the post-project-setup console output to provide clearer, more actionable guidance to users on how to configure and run their new project.

Key Changes

  • Replaced minimal setup instructions with comprehensive "Suggested Next Steps" section
  • Added explicit guidance on reviewing .env.example for required environment variables
  • Included instructions for generating and setting the SCHEMAVAULTS_AUTH_JWKS_ACCESS_PRIVATE_KEY with a link to the auth service
  • Added reminders to configure Postgres credentials (POSTGRES_URL, POSTGRES_USER, POSTGRES_HOST, POSTGRES_PASSWORD, POSTGRES_DATABASE, etc.)
  • Reorganized the dev server startup command as the final step with improved formatting

Implementation Details

The changes maintain the same console output structure while transforming a two-line quick start into a four-step onboarding guide. This helps users understand the configuration requirements before attempting to run the development server, reducing setup friction and common configuration errors.

https://claude.ai/code/session_01TKFaKtCtEZKTDbjUTRRhZm

claude added 2 commits May 11, 2026 12:44
Adds a guided checklist after the success message covering .env.example,
the JWKS access private key (with a link to the per-api-server keys page),
Postgres credentials, and moves the cd/bun dev hint into the list.
@jalexw jalexw self-assigned this May 11, 2026
@jalexw jalexw merged commit 2ee60e2 into main May 11, 2026
2 checks passed
@jalexw jalexw deleted the claude/add-setup-next-steps-oYhGe branch May 11, 2026 12:54
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