ligo/gitlab-pages
2019-09-26 10:26:41 -04:00
..
docs Remove uncleared merge conflict marks 2019-08-02 17:15:34 -07:00
examples move before merging repositories 2019-05-27 16:56:47 +02:00
website Merge branch 'LIGO-94-feature-cards' into LIGO-95-layout 2019-09-26 10:26:41 -04:00
.dockerignore move before merging repositories 2019-05-27 16:56:47 +02:00
.gitignore .gitignore 2019-09-25 11:52:02 -04:00
docker-compose.yml Update CI config to create & deploy 'next' version of docs 2019-06-05 16:46:00 +02:00
Dockerfile move before merging repositories 2019-05-27 16:56:47 +02:00
LICENSE move before merging repositories 2019-05-27 16:56:47 +02:00
README.md Add updated instructions for running/building the website 2019-08-02 16:52:23 -07:00

Ligo documentation

Running the documentation website

The website will be available at http://localhost:3000

To get the website running you want to do the commands:

cd website
npm run version next
cd ..
docker-compose up