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: Contributing.md
+8-2
Original file line number
Diff line number
Diff line change
@@ -2,7 +2,11 @@
2
2
3
3
## Finding What to Contribute
4
4
5
-
[Roadmap](Roadmap.md) document contains some notes and ideas on what can be done to improve the project. Those may be not very clear, that's how OSS ideas start. Raise the question in Slack about particular item that attracked your attention to get more explanation.
5
+
[Roadmap](Roadmap.md) document contains some notes and ideas on what can be done to improve the project. Those may be not very clear, that's how OSS ideas start.
6
+
7
+
Another good source of small tasks is to search through code for `TODO` and `FIXME` comments.
8
+
9
+
Raise the question in Slack about particular item that attracked your attention to get more explanation.
6
10
7
11
## Setting Up For Local Development
8
12
@@ -12,4 +16,6 @@ First you need to build frontend (the API backend won't compile without that). T
12
16
13
17
To build API backend, run `go build -o bin/komoplane .` in the project root.
14
18
15
-
For frontend development, start API backend with command `bin/komoplane`, then run `npm run dev` inside `pkg/frontend`. Open the suggested URL in your browser.
19
+
For frontend development, start API backend with command `bin/komoplane`, then run `npm run dev` inside `pkg/frontend`. Open the suggested URL in your browser.
20
+
21
+
You can then restart/debug backend without restarting frontend.
0 commit comments