mirror of
https://github.com/wassname/talk.git
synced 2026-07-10 14:30:31 +08:00
9 lines
205 B
Plaintext
9 lines
205 B
Plaintext
# 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. |