We invite you to explore The Team 9 web project repository. Within this repository, you will find the complete codebase for our dynamic and intuitive web application. Crafted with HTML, TailwindCSS, and JavaScript.
- Tailwind CSS
- Html
- Javascript
Please ensure that your Node version is v18 and above. Make sure you have the following dependency installed: "tailwindCSS" (v3.3.3 or higher).
Follow these steps to set up Our Web Project codebase locally:
Clone the repository:
git clone https://github.com/devfabien/T9-Ojemba-clone.git
Go to the folder:
cd T9-Ojemba-clone
Install dependencies:
npm install
Transform and optimize your Tailwind CSS code:
npm run build
Start the development server:
npm start
Contributions are welcome from team members! If you have any suggestions or find any bugs, please create an issue or follow these steps:
- Fork the repository.
- Create a new branch: git checkout -b feature-name.
- Make your changes and commit them: git commit -m "Your commit message".
- Push your changes to the branch: git push origin feature-name.
- Create a pull request. Please make sure to follow the project's code style and conventions.