Skip to content

openreports/website

Repository files navigation

OpenReports

This repository contains the documentation website for OpenReports, built using Hugo with the Docsy theme.

Prerequisites

Local Development

  1. Clone this repository:

    git clone [your-repo-url]
    cd openreports-docs
  2. Get the theme submodules:

    git submodule update --init --recursive
  3. Install npm dependencies:

    npm install
  4. Start the local development server:

    hugo server

The site will be available at http://localhost:1313/

Contributing

Please see our Contributing Guide for details on how to contribute to the documentation.

License

[Add your license information here]