# tahadz.com **Repository Path**: mirrors_linuxscout/tahadz.com ## Basic Information - **Project Name**: tahadz.com - **Description**: Tahadz project list - **Primary Language**: Unknown - **License**: MIT - **Default Branch**: main - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2024-08-29 - **Last Updated**: 2026-07-05 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README [![Arabic Website](https://img.shields.io/badge/Arabic-025E8C?style=for-the-badge&color=gray&label=AR&labelColor=yellowgreen)](https://tahadz.com/) # TahaDz projects website

tahadz logo
tahadz.com

> List of our projects by Dr. Taha Zerrouki. ## Running the Project Locally To run this project locally, follow the next steps. ### Prerequisites Make sure you have the following installed on your machine: - [Hugo (extended edition, v0.112.0 or later)](https://gohugo.io/getting-started/installing/) - [Git](https://git-scm.com/) ### Steps 1. **Clone the repository**: ```sh git clone https://github.com/linuxscout/tahadzweb-projects.git cd tahadzweb-projects ``` 2. **Install dependencies**: ```sh hugo mod get ``` 3. **Run the Hugo server**: ```sh hugo server ``` 4. **Open your browser**: Open your browser and go to `http://localhost:1313` to see the site running locally. 5. **Reflect changes locally**: To build the project locally and see the changes, you need to run the Hugo server with the draft content enabled: ```sh hugo server -D ``` ## ## License The project code is licensed under the [MIT License](LICENSE). The project content is licensed under [CC BY-SA 4.0](https://creativecommons.org/licenses/by-sa/4.0/).