Add command to debug the server (#533)

Co-authored-by: Florent FAYOLLE <florent.fayolle@beta.gouv.fr>
This commit is contained in:
Florent
2023-06-20 18:49:57 +02:00
committed by GitHub
parent d280e796a0
commit bf15a14dd4
3 changed files with 12 additions and 1 deletions

View File

@@ -101,6 +101,16 @@ Lost on what you can do to help? If you are new to Grist, you may just pick one
https://github.com/gristlabs/grist-core/labels/good%20first%20issue
## Debug the server
You can debug the NodeJS application using this command:
```bash
$ yarn start:debug
```
And start using your nodejs debugger client (like the Chrome Devtools). See https://nodejs.org/en/docs/guides/debugging-getting-started#inspector-clients
## Run tests
You may run the tests using one of these commands: