8 lines
161 B
Markdown
8 lines
161 B
Markdown
|
# Documentation of the go-ethereum website
|
||
|
|
||
|
To start a jekyll server run:
|
||
|
```shell
|
||
|
docker-compose up
|
||
|
```
|
||
|
Now you can visit `localhost:4000` to look at the site.
|