This website is the home for all technical documentation related to LEAP and LEAP-Pangeo.
The website is located at https://leap-stc.github.io/.
| Update Status | Contributors | Deployment Status | Linting |
|---|---|---|---|
- Clone this repository or your fork
- Install dependencies with
mamba env create -f environment.yml && conda activate leap-docs - Install Python packages with
uv sync - Build docs with
mkdocs build - Preview locally with
mkdocs serveand navigate tohttp://localhost:8000
pre-commit install
pre-commit run --all-files