ligo/gitlab-pages/README.md
2019-08-02 16:52:23 -07:00

14 lines
261 B
Markdown

# Ligo documentation
## Running the documentation website
The website will be available at [http://localhost:3000](http://localhost:3000)
To get the website running you want to do the commands:
```
cd website
npm run version next
cd ..
docker-compose up
```