We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hi,
I would like to have one of my server configs to be able to preview and live-reload a Markdown file. How can I achieve this result?
readme: { options: { hostname: 'localhost', port: 3002, base: { path: '.', options: { index: 'README.md' }, }, livereload: true } },
I tried this, but it obviously is not working. This is the end result I am trying to achieve. https://youtu.be/fc45xgh45dM
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Hi,
I would like to have one of my server configs to be able to preview and live-reload a Markdown file. How can I achieve this result?
I tried this, but it obviously is not working. This is the end result I am trying to achieve.
https://youtu.be/fc45xgh45dM
The text was updated successfully, but these errors were encountered: