Getting Started
Use this page as the onboarding entry point for anyone working in Pathfinder.
Local development
- Install dependencies with
npm install. - Start the app with
npm run dev. - Open
http://localhost:3000.
Where docs live
- App-routed docs pages:
app/docs/... - Internal implementation notes:
docs/... - End-user help center:
app/help/...
First contribution checklist
- Confirm the route renders locally.
- Keep docs concise and task-oriented.
- Update related docs when behavior changes.
Edit this page on GitHub: app/docs/getting-started/page.mdx