Files
Kap/contributing.md
George Karagkiaouris 99f96f70d3 Fix command in contributing guidelines (#572)
Use `yarn run pack` instead of `yarn pack`
2018-10-05 07:45:53 +02:00

490 B

Contributing

  1. Fork this repository to your own GitHub account and then clone it to your local device
  2. Install the dependencies: yarn
  3. 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 😀