Skip to content

Commit fb6bae3

Browse files
committed
Add Contribute section [skip ci]
1 parent e84e73d commit fb6bae3

File tree

1 file changed

+13
-1
lines changed

1 file changed

+13
-1
lines changed

README.md

+13-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,19 @@
88
Download the latest release [here](https://getkap.co/download)
99

1010
## 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:
1224

1325
## Related Repositories
1426
- [Website](https://github.com/wulkano/kap-website)

0 commit comments

Comments
 (0)