9 lines
169 B
Markdown
9 lines
169 B
Markdown
|
# Ligo documentation
|
||
|
|
||
|
## Running the documentation website
|
||
|
|
||
|
The website will be available at [http://localhost:3000](http://localhost:3000)
|
||
|
|
||
|
```zsh
|
||
|
docker-compose up
|
||
|
```
|