Skip to content

Commit ce13f69

Browse files
committed
README: Update
1 parent ae02f48 commit ce13f69

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

README.md

+14
Original file line numberDiff line numberDiff line change
@@ -45,3 +45,17 @@ just open
4545
```
4646

4747
The compiler will keep running in the background and make live updates to the website as you change the code.
48+
49+
### Run CI
50+
51+
Run a single command to run all CI jobs.
52+
53+
```bash
54+
just check
55+
```
56+
57+
There are `just` commands that can help you fix broken code.
58+
59+
```bash
60+
just --list
61+
```

0 commit comments

Comments
 (0)