Skip to content

Commit 0d40da6

Browse files
committed
Update readme.
1 parent 1747844 commit 0d40da6

File tree

3 files changed

+14
-8
lines changed

3 files changed

+14
-8
lines changed

README.md

Lines changed: 12 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,15 @@
1-
# GitFiend
1+
# GitFiend
22

3-
This is the main repo for [GitFiend](https://gitfiend.com).
4-
It contains the source and the tooling to build and package GitFiend.
5-
The frontend code is included, but minified.
6-
To build, see [here](./gitfiend-shell/README.md).
3+
This is the root repo for [GitFiend](https://gitfiend.com).
4+
It contains the source and the tooling to build and package GitFiend. Contains 2 other repos as submodules:
75

8-
If you encounter bugs, usability issues, or you think GitFiend is missing critical features, feel free to make an issue.
6+
- [gitfiend-shell](./gitfiend-shell/README.md): The app main process and window. Contains scripts to build and package everything.
7+
8+
- [gitfiend-core](./gitfiend-core/readme.md):
9+
The backend/core of GitFiend. Reads git repos and handles data requests and actions.
10+
11+
The frontend code is included in gitfiend-shell, but minified for now.
912

13+
## Support
14+
15+
If you encounter bugs, usability issues, or you think GitFiend is missing critical features, feel free to make an issue.

gitfiend-core

0 commit comments

Comments
 (0)