mirror of
https://github.com/wassname/talk.git
synced 2026-07-05 20:33:41 +08:00
9 lines
277 B
Markdown
9 lines
277 B
Markdown
# Coral Talk Documentation
|
|
|
|
To preview the documentation, run:
|
|
|
|
```bash
|
|
docker run --rm --volume=$PWD:/srv/jekyll -p 127.0.0.1:4000:4000 -it jekyll/jekyll:pages jekyll serve
|
|
```
|
|
|
|
From the `docs` directory. Then visit: [http://127.0.0.1:4000/talk/](http://127.0.0.1:4000/talk/). |