doc: add info how to test documentation changes (#975)

This commit is contained in:
Ariel Mashraki
2020-11-23 15:24:35 +02:00
committed by GitHub
parent 66ceccb679
commit 3c22911e34

View File

@@ -20,6 +20,8 @@ possible.
- `doc/md` - Markdown files for documentation.
- `doc/website` - Website code and assets.
In order to test your documentation changes, run `npm start` from the `doc/website` directory, and open [localhost:3000](http://localhost:3000/).
# Run integration tests
If you touch any file in `entc`, run the following command in `entc/integration`: