mirror of
https://github.com/MonitorControl/MonitorControl.git
synced 2026-05-15 14:15:55 -06:00
17 lines
457 B
Markdown
17 lines
457 B
Markdown
# MonitorControl Github Pages
|
|
|
|
## Development
|
|
|
|
### Using Docker (recommended)
|
|
|
|
See [starefossen/github-pages](https://github.com/Starefossen/docker-github-pages):
|
|
|
|
```sh
|
|
docker run -it --rm -v "$PWD":/usr/src/app -p "4000:4000" starefossen/github-pages
|
|
```
|
|
|
|
or run the handy `docker.sh` script.
|
|
|
|
### Using jekyll local install
|
|
|
|
<https://docs.github.com/en/pages/setting-up-a-github-pages-site-with-jekyll/testing-your-github-pages-site-locally-with-jekyll>
|