Skip to content

Commit

Permalink
Add badges to README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
nikohoffren committed Jul 26, 2023
1 parent 57d69e7 commit ec5893c
Show file tree
Hide file tree
Showing 2 changed files with 29 additions and 6 deletions.
2 changes: 1 addition & 1 deletion LICENSE
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
Copyright <2023> <Niko Hoffrén
Copyright <2023> Niko Hoffrén

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the “Software”), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

Expand Down
33 changes: 28 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,15 +2,25 @@

![Dev Gallery Screenshot](/public/devgallerybanner.png)
[![LICENSE](https://img.shields.io/badge/license-MIT-blue.svg)](LICENSE)
[![Version 1.1.3](https://img.shields.io/badge/Version-1.1.3-brightgreen.svg)](https://github.com/nikohoffren/hunajaholisti/pulls)
[![PR:s Welcome](https://img.shields.io/badge/PR:s-Welcome-purple.svg)](https://github.com/nikohoffren/hunajaholisti/pulls)
[![Contributors Welcome](https://img.shields.io/badge/Contributors-Welcome-purple.svg)](https://github.com/nikohoffren/hunajaholisti/pulls)
![GitHub repo size](https://img.shields.io/github/repo-size/nikohoffren/hunajaholisti-homepage)
[![Version 1.1.3](https://img.shields.io/badge/Version-0.1.0-brightgreen.svg)](https://github.com/nikohoffren/devgallery.io/pulls)
[![PR:s Welcome](https://img.shields.io/badge/PR:s-Welcome-purple.svg)](https://github.com/nikohoffren/devgallery.io/pulls)
[![Contributors Welcome](https://img.shields.io/badge/Contributors-Welcome-purple.svg)](https://github.com/nikohoffren/devgallery.io/pulls)
![GitHub repo size](https://img.shields.io/github/repo-size/nikohoffren/devgallery.io)

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
Expand All @@ -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.
Expand All @@ -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.
Expand Down

0 comments on commit ec5893c

Please sign in to comment.