Skip to content

Latest commit

 

History

History
28 lines (15 loc) · 483 Bytes

README.md

File metadata and controls

28 lines (15 loc) · 483 Bytes

MassQL Documentation GitHub Repository

Contributing to the New Documentation

Help us improving GNPS Documentation !

Development Setup for Local Development

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

conda create -n mkdocs

  1. Install requirements
pip install -r requirements.txt
  1. Serve locally

mkdocs serve

  1. Deploy to github pages

mkdocs gh-deploy