This project is the official website of CodeFleet, built using Next.js, a robust framework for building React applications. The project encapsulates the essence of CodeFleet while providing an interactive platform for both the team and the community.
Disclaimer: CodeFleet is an independent project and is not affiliated with, officially connected to, or endorsed by Vercel, the company behind Next.js, or any of its subsidiaries or its affiliates. The official Vercel website can be found at https://vercel.com. The name “Next.js” as well as related names, marks, emblems, and images are registered trademarks of their respective owners.
To get the project up and running on your local machine, follow these steps:
Clone the repository:
git clone https://github.com/CodeFleetColab/codefleet-website.git
cd codefleet-website
Install dependencies:
yarn install
Start the development server:
yarn dev
Open http://localhost:3000 with your browser to see the website live. As you make changes to the project, the page will automatically reload to reflect the updates.
Start by editing app/page.tsx
to make your first changes to the project!
This project utilizes next/font
to efficiently load and optimize Inter, a custom Google Font, ensuring a smooth and visually appealing user experience.
We welcome contributions from the community! Please read through our CONTRIBUTING.md guide to get started on how you can contribute.
This project is licensed under the Apache License 2.0. For more information, see the LICENSE file in the repository.