-
Notifications
You must be signed in to change notification settings - Fork 145
Open
Description
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
Metadata
Metadata
Assignees
Labels
No labels