- Updated `README.md` and `CONTRIBUTING.md` to streamline contribution instructions.
- Removed references to running tests (`npm test`) as part of the contribution process to reduce complexity for contributors.
- Adjusted steps to focus on creating feature branches, using conventional commit messages, and submitting pull requests.
- Simplified `package.json` by removing unused devDependencies (`jest`, `@types/jest`, `ts-jest`) to reflect the updated process.
- Replaced the Cartographer badge with the npm package version badge to align with the current project focus.
- Added commented-out placeholder for the removed Cartographer badge for future reference.
- Enhanced text formatting in `README.md` to improve readability and alignment consistency.
- Updated scaling strategy section to separate lines for readability.
- Clarified deployment details for GitHub Pages and linked workflows.