leongersen / noUiSlider

noUiSlider is a lightweight, ARIA-accessible JavaScript range slider with multi-touch and keyboard support. It is fully GPU animated: no reflows, so it is fast; even on older devices. It also fits wonderfully in responsive designs and has no dependencies.
https://refreshless.com/nouislider/
MIT License
5.64k stars 658 forks source link

Documentation server documentation incomplete #1198

Closed xeruf closed 8 months ago

xeruf commented 2 years ago

https://github.com/leongersen/noUiSlider/blob/master/documentation/README.md Running npm run docs did not work for me right away. First, I had to install php, and then it required root permissions to be able to listen on any port below 1024.

leongersen commented 2 years ago

Thanks for the feedback! I've updated the docs to mention having PHP installed, and I've changed the used port to :8080 to make things easier.

xeruf commented 2 years ago

thanks :) but 8080 is already quite overused, fossil webui and some other things use it, maybe you can choose something a little different as default, for example 8040?

leongersen commented 8 months ago

You can now set a port:

PORT=8086 npm run docs
github-actions[bot] commented 7 months ago

This thread has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs.