mirror of
https://github.com/wulkano/Kap.git
synced 2026-03-13 08:11:29 +08:00
490 B
490 B
Contributing
- Fork this repository to your own GitHub account and then clone it to your local device
- Install the dependencies:
yarn - Build the code, start the app, and watch for changes:
yarn start
To make sure that your code works in the finished app, you can generate the binary:
$ yarn run pack
After that, you'll see the binary in the dist folder 😀