You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: LICENSE
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -1,4 +1,4 @@
1
-
Copyright <2023> <Niko Hoffrén
1
+
Copyright <2023> Niko Hoffrén
2
2
3
3
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:
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.
11
11
12
12
</div>
13
13
14
+
## Table of Contents
15
+
16
+
-[Features](#features)
17
+
-[Tech Stack](#tech-stack)
18
+
-[Local Development](#local-development)
19
+
-[Contributing](#contributing)
20
+
-[Questions](#questions)
21
+
-[License](#license)
22
+
23
+
14
24
## Features
15
25
16
26
- Browse various development projects
@@ -37,7 +47,7 @@ Follow these steps to run the application in your local environment:
37
47
38
48
```bash
39
49
cd devgallery.io
40
-
npm install
50
+
npm i
41
51
```
42
52
43
53
3. Run the development server.
@@ -60,6 +70,19 @@ Contributions to Dev Gallery are always welcome, whether it be improvements to t
60
70
<br>`git push -u origin my-new-feature`
61
71
6. Submit a pull request.
62
72
73
+
74
+
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.
75
+
76
+
If you have some small bug, feature or fix to make, that is not currently on Issues, feel free to submit a pull request.
77
+
78
+
For major changes, please open an issue first to discuss what you would like to change. Please make sure to update tests as appropriate.
79
+
80
+
Also, please read our [Contributing Guidelines](CONTRIBUTING.md) for more information.
81
+
82
+
## Questions
83
+
84
+
If you have any questions about the repo, open an issue or contact me directly at [email protected].
0 commit comments