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