Skip to content

Commit 00055c4

Browse files
authored
Merge pull request #4140 from jsjoeio/patch-1
docs: update README in basic reason template
2 parents 9d682ff + ca516d2 commit 00055c4

File tree

1 file changed

+13
-4
lines changed

1 file changed

+13
-4
lines changed

jscomp/bsb/templates/basic-reason/README.md

Lines changed: 13 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,16 +3,25 @@
33
Hello! This project allows you to quickly get started with Reason and BuckleScript. If you wanted a more sophisticated version, try the `react` template (`bsb -theme react -init .`).
44

55
# Build
6-
```
6+
7+
```bash
8+
# for yarn
9+
yarn build
10+
11+
# for npm
712
npm run build
813
```
914

1015
# Build + Watch
1116

12-
```
17+
```bash
18+
# for yarn
19+
yarn
20+
21+
# for npm
1322
npm run start
1423
```
1524

16-
1725
# Editor
18-
If you use `vscode`, Press `Windows + Shift + B` it will build automatically
26+
27+
If you're using VS Code, press <kbd>cmd</kbd> + <kbd>shift</kbd> + <kbd>B</kbd> or <kbd>Windows</kbd> + <kbd>Shift</kbd> + <kbd>B</kbd> to build the project automatically.

0 commit comments

Comments
 (0)