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: README.md
+13-1
Original file line number
Diff line number
Diff line change
@@ -8,7 +8,19 @@
8
8
Download the latest release [here](https://getkap.co/download)
9
9
10
10
## Contribute
11
-
TODO: Fill this in Matheus
11
+
12
+
1.[Fork](https://help.github.com/articles/fork-a-repo/) this repository to your own GitHub account and then [clone](https://help.github.com/articles/cloning-a-repository/) it to your local device
13
+
2. Install the dependencies: `npm install`
14
+
3. Build the code and watch for changes: `npm run watch`
15
+
4. Run the app: `npm start`
16
+
17
+
To make sure that your code works in the finished app, you can generate the binary:
18
+
19
+
```
20
+
$ npm run pack
21
+
```
22
+
23
+
After that, you'll see the binary in the `./dist` folder :smile:
0 commit comments