* Dynamically linked executables (ligo-bin) * Statically linked executables (ligo-static) * Docker (ligo-docker) * deb package (ligo-deb) * webide (ligo-editor) * webide docker (ligo-editor-docker) * website (ligo-website)
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