Skip to content

Commit

Permalink
Create CONTRIBUTING.md
Browse files Browse the repository at this point in the history
  • Loading branch information
DarkIntaqt authored Jul 9, 2022
1 parent 43d7888 commit 20ec544
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
# Contributing Guidelines
Feel free to contribute at any time to this project.
To contribute,
- Create an issue with a bug description or feature request
- OR fix the issue / add a feature yourself by creating a pull request

# How to run?
Download/clone the repo and run
```
cd frontend && npm i && npm start
```
to set up the project.

0 comments on commit 20ec544

Please sign in to comment.