-
-
Notifications
You must be signed in to change notification settings - Fork 34
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
57d69e7
commit ec5893c
Showing
2 changed files
with
29 additions
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,15 +2,25 @@ | |
|
||
 | ||
[](LICENSE) | ||
[](https://github.com/nikohoffren/hunajaholisti/pulls) | ||
[](https://github.com/nikohoffren/hunajaholisti/pulls) | ||
[](https://github.com/nikohoffren/hunajaholisti/pulls) | ||
 | ||
[](https://github.com/nikohoffren/devgallery.io/pulls) | ||
[](https://github.com/nikohoffren/devgallery.io/pulls) | ||
[](https://github.com/nikohoffren/devgallery.io/pulls) | ||
 | ||
|
||
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. | ||
|
||
</div> | ||
|
||
## Table of Contents | ||
|
||
- [Features](#features) | ||
- [Tech Stack](#tech-stack) | ||
- [Local Development](#local-development) | ||
- [Contributing](#contributing) | ||
- [Questions](#questions) | ||
- [License](#license) | ||
|
||
|
||
## Features | ||
|
||
- Browse various development projects | ||
|
@@ -37,7 +47,7 @@ Follow these steps to run the application in your local environment: | |
|
||
```bash | ||
cd devgallery.io | ||
npm install | ||
npm i | ||
``` | ||
|
||
3. Run the development server. | ||
|
@@ -60,6 +70,19 @@ Contributions to Dev Gallery are always welcome, whether it be improvements to t | |
<br>`git push -u origin my-new-feature` | ||
6. 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](CONTRIBUTING.md) for more information. | ||
|
||
## Questions | ||
|
||
If you have any questions about the repo, open an issue or contact me directly at [email protected]. | ||
|
||
## License | ||
|
||
This project is licensed under the MIT License. | ||
|