agunde406 / grid-docs

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Hyperledger Grid

Hyperledger Grid has moved to End of life status.

grid-docs

The grid-docs repository contains source code and assets for the Hyperledger Grid Docs website.

Building the Website Locally

This repository includes a docker-compose file that builds and runs the website in a Docker container.

Prerequisites: Docker Engine and Docker Compose must be installed and running.

  1. Create a local clone of the grid-docs repository.

  2. Change to the root directory of your local clone, then run the following command:

    docker-compose up
    
  3. When this command finishes, the site will be available at http://localhost:8080.

To stop the Docker container, enter [Ctrl]+C in the same terminal window where you ran docker-compose up, then run this command:

docker-compose down -v

Website Content

The content for the website's pages (Home, About, Community, etc.) is written in Markdown.

License

The Grid website and the content in this repository are covered by the Creative Commons Attribution 4.0 International license (CC BY 4.0) unless otherwise noted.

Portions of the Grid website are generated with Jekyll, which is used under the MIT license.

Website generation includes the Markdown lint tool, which is used under the MIT license.

About

License:Other


Languages

Language:HTML 45.2%Language:Dockerfile 20.8%Language:CSS 20.6%Language:JavaScript 6.5%Language:Shell 3.7%Language:Just 2.8%Language:Ruby 0.4%