pidgin/nest

5dcbb28c40c6
Parents 381c936fe913
Children 76427160b1bc
Adds develpoment instruction to readme
  • +11 -0
    readme.md
  • --- a/readme.md Sun Jan 13 22:42:06 2019 +0000
    +++ b/readme.md Sun Jan 13 22:46:19 2019 +0000
    @@ -9,3 +9,14 @@
    * [Design Guidelines](design-guidelines.md)
    * [Development FAQ](development-faq.md)
    * [Release Process](release-process.md)
    +
    +## Dependencies
    +
    +This project uses [hugo](https://gohugo.io/), get it [here](https://gohugo.io/getting-started/installing/)
    +
    +## Developing Docs
    +
    +1. To start devleopment server run: `hugo server -D --disableFastRender -v --verboseLog --noHTTPCache`
    + * `--disableFastRender`. Disabling fast render is needed because hugo starts to ignore new content in the data dir
    + * `-v --verboseLog`. Better logging and debugging experience
    + * `--noHTTPCache`. To prevent caching issues with
    \ No newline at end of file