mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-02-27 08:07:22 +00:00
7 lines
161 B
Markdown
7 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.
|