This repository hosts the codebase for our company's website. Our website provides an engaging platform for potential clients and partners to learn about our team, our services, and our successful projects.
The project is built using the following technologies:
- Why Us - In this section, we highlight our value proposition, and why potential clients should choose our services.
- Our Team - A showcase of our team members along with their unique avatars. This helps to establish a personal connection with visitors.
- Our Clients - We take pride in showcasing the logos of our esteemed clients as a testament to our quality services.
- Our Services - Here, we elaborate on the range of services we offer - from full-stack web development to IT support.
- Our Projects - This section showcases some of our most noteworthy projects, demonstrating our technical proficiency and ability to deliver results.
We follow the best practices for CI/CD using GitHub Actions.
Every push to the main
branch triggers a linting check using the npm run lint
command. This helps in maintaining a clean, error-free codebase.
Any push to the prod
branch triggers an automatic deployment to our live site. Before the deployment, we also run a npm run lint
command to ensure that the production version is error-free and ready for deployment.
This project is MIT licensed.