2019-05-13 17:55:32 +04:00
|
|
|
# Ligo documentation
|
|
|
|
|
|
|
|
## Running the documentation website
|
|
|
|
|
|
|
|
The website will be available at [http://localhost:3000](http://localhost:3000)
|
|
|
|
|
2019-07-10 07:15:56 +04:00
|
|
|
To get the website running you want to do the commands:
|
|
|
|
|
|
|
|
```
|
|
|
|
cd website
|
|
|
|
npm run version next
|
|
|
|
cd ..
|
2019-05-13 17:55:32 +04:00
|
|
|
docker-compose up
|
|
|
|
```
|