This repository contains the documentation website for OpenReports, built using Hugo with the Docsy theme.
- Hugo Extended (version 0.110.0 or later)
- Node.js (version 16.x or later)
- Git
-
Clone this repository:
git clone [your-repo-url] cd openreports-docs
-
Get the theme submodules:
git submodule update --init --recursive
-
Install npm dependencies:
npm install
-
Start the local development server:
hugo server
The site will be available at http://localhost:1313/
Please see our Contributing Guide for details on how to contribute to the documentation.
[Add your license information here]