Skip to content

Commit 88afe36

Browse files
updated README and tweaked package jsons 🪛
1 parent bc19b8e commit 88afe36

File tree

5 files changed

+37
-1023
lines changed

5 files changed

+37
-1023
lines changed

‎README.md‎

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,15 @@ This extension contributes the following settings:
1818

1919
* `bitloops.enable`: Enable/disable this extension.
2020

21+
## Running the application
22+
23+
- Run `yarn` in this folder. This installs all necessary yarn modules in both the client and server folder
24+
- Open VS Code on this folder.
25+
- Press `Ctrl+Shift+B` to start compiling the client and server in [watch mode](https://code.visualstudio.com/docs/editor/tasks#:~:text=The%20first%20entry%20executes,the%20HelloWorld.js%20file.).
26+
- Switch to the Run and Debug View in the Sidebar (Ctrl+Shift+D).
27+
- Select `Launch Client` from the drop down (if it is not already).
28+
- Press â–· to run the launch config (F5).
29+
2130
## Known Issues
2231

2332
No known issues.

0 commit comments

Comments
 (0)