forked from wulkano/Kap
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Mention
yarn
in docs and update lockfile (wulkano#536)
- Loading branch information
1 parent
285a26d
commit 394dee8
Showing
4 changed files
with
1,236 additions
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,13 +1,13 @@ | ||
# Contributing | ||
|
||
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 | ||
2. Install the dependencies: `npm install` | ||
3. Build the code, start the app, and watch for changes: `npm start` | ||
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: | ||
|
||
``` | ||
$ npm run pack | ||
$ yarn pack | ||
``` | ||
|
||
After that, you'll see the binary in the `dist` folder 😀 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.