This project is developed using React for the front-end and Tailwind CSS for styling. This README.md file provides information on how to set up the project, customize it, and deploy it.
See the website live on 👉🏾 https://akkoocoffee.netlify.app
Make sure you have the following installed on your machine:
-
Clone the repository:
git clone https://github.com/abodaa/akkooCoffee.git
-
Navigate to the project folder:
cd akkooCoffee
-
Install dependencies
npm install
-
Start the development server
npm start
The website should now be accessible at http://localhost:3000
The project follows a typical React project structure. Key folders include:
src: Contains the source code, Images,or any other static assets. components: React components used throughout the application. styles: Stylesheets. pages: Top-level pages/sections of the website.
The project uses Tailwind CSS for styling. Customize styles in the styles folder. Refer to the Tailwind CSS documentation for guidance on customization.
Update content by modifying the React components in the components and pages folders. Replace placeholder text and images with your own.
To deploy the website, build the project and deploy the generated files to your hosting provider of choice.
-
Use the following command to build the project:
npm run build
Contributions are welcome! Fork the repository, create a branch, make your changes, and submit a pull request.
This project is licensed under the MIT License.