/MassIVEDocumentation

Documentation for MassIVE workflows and Website

Primary LanguagePythonMIT LicenseMIT

Development Setup

  1. Install miniconda3 (https://docs.conda.io/en/latest/miniconda.html)
  2. Create conda environment

conda create -n mkdocs

  1. Install requirements
conda install -c conda-forge mkdocs
conda install -c conda-forge mkdocs-material
pip install mkdocs-minify-plugin
  1. Serve locally

mkdocs serve

  1. Deploy to github pages

mkdocs gh-deploy