Welcome to the Creative Design Hub! This repository is a collaborative space for designers of all backgrounds to share their work, resources, and ideas. It is managed by Renaissance Innovation Labs and is intended for organizing and showcasing various design types including product design, 3D, and graphic design.
The Creative Design Hub is structured to accommodate different types of design work. By organizing designs into specific categories, we aim to create a well-structured and easily navigable space for all designers. Each design type has its own directory, and within each directory, designers can create subfolders for their projects. Each project folder should include a README file that explains the design, and if applicable, an assets folder containing necessary assets.
To get started with this repository, follow these steps:
-
Clone the repository:
git clone <repository-link>
-
Navigate to the project directory:
cd creative-design-hub
-
Explore the design types:
Navigate to the
product-design
,3d-design
, orgraphic-design
directories to see the different projects.
The repository is organized as follows:
creative-design-hub/
│
├── product-design/
│ ├── project-1/
│ │ ├── README.md
│ │ ├── assets/
│ │ └── ...
│ ├── project-2/
│ ├── project-3/
│ └── ...
│
├── 3d-design/
│ ├── project-1/
│ │ ├── README.md
│ │ ├── assets/
│ │ └── ...
│ ├── project-2/
│ ├── project-3/
│ └── ...
│
├── graphic-design/
│ ├── project-1/
│ │ ├── README.md
│ │ ├── assets/
│ │ └── ...
│ ├── project-2/
│ ├── project-3/
│ └── ...
│
├── README.md
└── ...
- product-design/: Contains all product design projects.
- 3d-design/: Contains all 3D design projects.
- graphic-design/: Contains all graphic design projects.
We welcome contributions from all designers. To contribute, please follow these steps:
- Fork the repository
- Create a new branch:
git checkout -b feature/your-project-name
- Create a new directory for your project in the appropriate design type directory
- Add a README.md file: Explain your project, include a link to the design if applicable, and provide any necessary information.
- Add an assets folder: Include any assets needed for your project.
- Commit your changes:
git commit -m 'Add project: your-project-name'
- Push to the branch:
git push origin feature/your-project-name
- Create a pull request
Please ensure your project adheres to our repository structure and includes all necessary information in the README file.
This repository is licensed under the MIT License. For more details, please look at the LICENSE file.
Happy designing! If you have any questions or need assistance, contact the repository maintainers.
This README is generated and maintained by Renaissance Innovation Labs.