Welcome to the Vision website repository. This project reflects our brand identity and mission —
Innovation. Precision. Excellence.
🔨 This website is currently in development.
You can preview the design prototype for guidance and reference:
🔗 GitHub Prototype
| Page | Designed By |
|---|---|
| Hero Page | Josh |
| Project Page | Josh |
| About Page | Nahzeen |
To start working locally:
git clone https://github.com/Kyei08/Vision.git
cd Visionnpm installnpm run devOpen your browser to http://localhost:3000 to view the site.
To keep our workflow clean and collaborative, follow these development rules:
| Branch | Purpose |
|---|---|
main |
Stable production-ready code |
develop |
Latest merged features (active dev) |
feature/* |
For new features (e.g., feature/navbar) |
bugfix/* |
For fixing bugs |
hotfix/* |
For urgent production fixes |
✅ Always branch off from
develop.
- Commit messages should be descriptive and follow this format:
Feature: add navbar componentFix: correct layout spacing in footer
- Always make a pull request into
develop - Never commit directly to
main - All PRs must be:
- Reviewed by at least 1 team member
- Passing all checks (e.g. lint, build)
Before submitting a PR, run:
npm run lint
npm run testMake sure your code:
- Is modular, reusable, and well-commented
- Matches the project's design system
- Doesn’t break existing functionality
We welcome contributions! Check out:
To contribute:
- Fork the repo
- Create a feature branch
- Make your changes
- Submit a PR into the
developbranch
A GitHub Action ensures CONTRIBUTING.md exists before merging any PR.
If you discover a vulnerability or bug related to security:
- Do NOT open a public issue.
- Instead, email us privately at vision.team@email.com
- See SECURITY.md for more info.
This project is licensed under the MIT License.
See LICENSE for full terms. Contributors retain credit for their work.
- 📘 README.md – You're here!
- 🧾 CONTRIBUTING.md
- 🛡 SECURITY.md
- 🤝 CODE_OF_CONDUCT.md
- 📄 LICENSE
- Email: vision.team@email.com
- GitHub Issues: Use appropriate labels like
bug,enhancement, orquestion.
We Build. We Innovate. We Lead.
Let's create something exceptional together!