Skip to content

geo-knowledge-hub/geo-knowledge-hub-docs

Repository files navigation

GEO Knowledge Hub Documentation

License lifecycle License

This repository contains the source code for the GEO Knowledge Hub User's and Developer's Documentation pages.

Generating the Documentation

  1. Clone the documentation repository:
git clone https://github.com/geo-knowledge-hub/geo-knowledge-hub-docs.git
  1. Go to the source code directory:
cd geo-knowledge-hub-docs
  1. Install the required JavaScript libraries:
yarn
  1. Build the documentation
yarn build

This command generates static content into the build directory and can be served using any static contents hosting service.

Local Development

yarn start

This command starts a local development server and opens up a browser window. Most changes are reflected live without having to restart the server.