devgallery.io serves as a platform where talented developers can spotlight their projects. It allows developers to not only feature their works but also create personal profiles for added visibility.
- Browse various development projects
- Add your own project
- Create personal profiles
- Next.js
- TypeScript
- Tailwind CSS
Follow these steps to run the application in your local environment:
-
Clone this repository.
git clone https://github.com/yourusername/devgallery.io.git
-
Install the project dependencies.
cd devgallery.io npm i -
Run the development server.
npm run dev
Contributions to Dev Gallery are always welcome, whether it be improvements to the documentation, new features, bug fixes, or even feedback on the project.
- Fork the project.
- Create your feature branch:
git switch -c my-new-feature - Add your changes:
git add files-that-you-changed - Commit your changes:
git commit -m 'Add some feature' - Push to the branch:
git push -u origin my-new-feature - Submit a pull request.
We kindly request that you express your interest in working on a particular issue by leaving a message on the respective issue thread. This will allow us to assign the issue to you directly, thereby preventing multiple individuals from simultaneously working on the same problem.
If you have some small bug, feature or fix to make, that is not currently on Issues, feel free to submit a pull request.
For major changes, please open an issue first to discuss what you would like to change. Please make sure to update tests as appropriate.
Also, please read our Contributing Guidelines for more information.
If you have any questions about the repo, open an issue or contact me directly at niko.hoffren@gmail.com.
This project is licensed under the MIT License.
