-
Notifications
You must be signed in to change notification settings - Fork 2.5k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[git] Register favorite commands with new id. Added read-me #8400
Signed-off-by: Dennis Hübner <[email protected]>
- Loading branch information
Showing
3 changed files
with
24 additions
and
3 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
-- Debug browser app | ||
|
||
1. `yarn --cwd ./packages/git watch` (to watch TS changes in src -> compiles to JS into the lib folder) | ||
2. `yarn --cwd ./examples/browser watch` (to watch for webpack. whenever the previous step modifies the packages in the lib folder, we regenerate the final bundle.js from the .js files for the app) | ||
3. `yarn --cwd ./examples/browser start` to start the app. |
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