This repository contains the source code for the GEO Knowledge Hub User's and Developer's Documentation pages.
- Clone the documentation repository:
git clone https://github.com/geo-knowledge-hub/geo-knowledge-hub-docs.git- Go to the source code directory:
cd geo-knowledge-hub-docs- Install the required JavaScript libraries:
yarn- Build the documentation
yarn buildThis command generates static content into the build directory and can be served using any static contents hosting service.
yarn startThis command starts a local development server and opens up a browser window. Most changes are reflected live without having to restart the server.