Update README.md

This commit is contained in:
Julia Friesel
2018-12-09 19:04:49 +00:00
parent 2bcb1ee08b
commit a882d68439
+1 -2
View File
@@ -53,8 +53,7 @@ Unfortunately, the react native version we use doesn't work on Windows 10 it see
You can run the tests with `npm test`.
## Debugging
If you want to check what the code is actually doing you can add an extra line to your code to check a specific variable `console.log(someTestVariable)` or a function or just check whether this line gets actually reached.
Save it and run `npm run android` in one window and `rpm run log` in a different window, where it will print out what you speficied in console.log, e.g. `someTestVariable`.
In order to see logging output from the app, run `npm run log` in a separate terminal.
## NFP rules
More information about how the app calculates fertility status and bleeding predictions in the [wiki on Gitlab](https://gitlab.com/bloodyhealth/drip/wikis/home)