Skip to content

Conversation

@EricGrill
Copy link

Summary

Improves the frontend README documentation by:

  • Adding a description explaining fAIr's humanitarian purpose (Free and Open AI for Humanitarian Response)
  • Fixing typo in git clone command (git https://git clone https://)
  • Adding Prerequisites section clearly documenting Node v20+ and pnpm requirements
  • Adding Testing section documenting vitest commands (pnpm test, pnpm coverage)
  • Adding Docker Development section explaining Dockerfile.dev usage
  • Adding pnpm preview command documentation
  • Improving ESLint and Prettier documentation with actual commands
  • Updating Table of Contents with new sections

Closes #130

Test plan

  • Verify all markdown links work correctly
  • Verify Table of Contents anchors match section headers
  • Review documentation accuracy against package.json scripts

🤖 Generated with Claude Code

- Add project description explaining fAIr's humanitarian purpose
- Fix typo: 'git https://' -> 'git clone https://'
- Add Prerequisites section with Node and pnpm requirements
- Add Testing section documenting vitest commands
- Add Docker Development section for containerized development
- Add preview command documentation
- Improve ESLint and Prettier documentation with actual commands
- Update Table of Contents with new sections

Closes hotosm#130

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
@kshitijrajsharma
Copy link
Member

Thanks for the PR @EricGrill , your PR is placed under review !

Copy link
Collaborator

@jeafreezy jeafreezy left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thank you for your contribution @EricGrill !

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Improve FRONTEND readme file

3 participants