Skip to content

Instantly share code, notes, and snippets.

@tsabunkar
Last active February 11, 2021 05:30
Show Gist options
  • Save tsabunkar/05efc907ae9d7a9ac2f953f9c19e76f4 to your computer and use it in GitHub Desktop.
Save tsabunkar/05efc907ae9d7a9ac2f953f9c19e76f4 to your computer and use it in GitHub Desktop.
How to hot-reload .md file in browser during documentation editing
- pip3 install grip
- grip <file_name.md> <port>
- example : $ grip readme.md 8080
- Ref: Using https://github.com/joeyespo/grip
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment