-
Hi, |
Beta Was this translation helpful? Give feedback.
Replies: 3 comments
-
Hey! You need to run a local web server which will serve your files. You can do something like this: cd path/to/docs; python3 -m http.server --cgi 80 I should add this to the documentation. Would you like to contribute a PR for this? |
Beta Was this translation helpful? Give feedback.
-
Thank you so muchfor your fast answer.
I will try as you said and do PR.
Hope you have a nice day.
2022년 10월 18일 (화) 오전 11:46, David Pilato ***@***.***>님이 작성:
… Hey!
You need to run a local web server which will serve your files.
FSCrawler does not run this for you.
You can do something like this:
cd path/to/docs; python3 -m http.server --cgi 80
I should add this to the documentation. Would you like to contribute a PR
for this?
—
Reply to this email directly, view it on GitHub
<#1521 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AZP5Y5B247GYOPL6TUJ37XTWDYFRDANCNFSM6AAAAAARHSZ2QM>
.
You are receiving this because you authored the thread.Message ID:
***@***.***>
|
Beta Was this translation helpful? Give feedback.
-
I tried as you said and solved problem. |
Beta Was this translation helpful? Give feedback.
Hey!
You need to run a local web server which will serve your files.
FSCrawler does not run this for you.
You can do something like this:
I should add this to the documentation. Would you like to contribute a PR for this?