US-GHG-Center / ghgc-docs

https://us-ghg-center.github.io/ghgc-docs/
3 stars 2 forks source link

ghgc-docs

This repository contains documentation for the US Greenhouse Gas Center. The documentation is rendered and published using Quarto.

Structure

Setup

Follow the following steps to run this project locally on your machine.

Clone the repository

git clone git@github.com:US-GHG-Center/ghgc-docs.git
cd ghgc-docs

Requirements

Preview

To preview your project locally on localhost, use the following command:

quarto preview

To render each .qmd file as html in the _site folder, run:

quarto render --to html

Contributing

To contribute to this repository:

  1. Clone this repository.
  2. Branch out from staging to your feature branch.
  3. Push your changes to the feature branch.
  4. Create a Pull Request (PR) to staging for review.