Add JSON validation instructions to README
This commit is contained in:
parent
fe38e5c8bf
commit
f12a1c1ef5
1 changed files with 2 additions and 0 deletions
|
@ -11,3 +11,5 @@ You can easily run the site locally by spawning a simple static file server in t
|
||||||
```
|
```
|
||||||
(cd src/; python3 -m http.server)
|
(cd src/; python3 -m http.server)
|
||||||
```
|
```
|
||||||
|
|
||||||
|
You can also validate the JSON with `(cd src/; python -m json.tool data.json > /dev/null)`. If there are no errors, there will be no output.
|
||||||
|
|
Loading…
Reference in a new issue