Skip to content

docs(oreel-web): update README badges and overview to match dependencies#11

Merged
oreoluwa648 merged 1 commit into
mainfrom
feature/Align-project-dependencies-and-environment-files
Apr 11, 2026
Merged

docs(oreel-web): update README badges and overview to match dependencies#11
oreoluwa648 merged 1 commit into
mainfrom
feature/Align-project-dependencies-and-environment-files

Conversation

@oreoluwa648

Copy link
Copy Markdown
Owner

Pull Request: Align project dependencies and environment files

Branch: feature/Align-project-dependencies-and-environment-files
Related Issue: #4

Description

This PR updates the project documentation to accurately reflect the actual dependencies used in oreel-web, resolving version mismatches between the README and package.json. The changes ensure that developers following the setup instructions encounter no version‑related confusion.

Changes Made

  • Updated the main README.md badges and overview to match the correct Next.js version (16.1.6) used in the project.
  • Synchronized oreel-web/README.md with the same dependency versions.
  • No runtime or functional code changes – purely documentation alignment.

Verification

  • npm install completes without warnings/errors on Node 18+.
  • npm run dev in oreel-web starts the Next.js development server without version‑related crashes.
  • README badges and version references now match the actual package.json.

Notes

This PR addresses the version alignment portion of #4. The remaining acceptance criteria (.env.local.example and startup validation script) will be delivered in a follow‑up PR.

Closes #4

Update root README and oreel-web/README to reflect the actual Next.js version
(16.1.6) used in the project. No runtime or functional changes.
@oreoluwa648 oreoluwa648 merged commit ceed3ee into main Apr 11, 2026
1 check passed
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.

Align project dependencies and environment files

1 participant