ziyi-zhang / ZebraFishTFM.github.io

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Building the website

  1. Create conda environment.
    conda env create -f zebrafishtfm-website.yml
    
  2. Activate conda environment.
    conda activate zebrafishtfm-website
    
  3. Serve website locally.
    mkdocs serve
    
  4. Publish new website on github
    mkdocs gh-deploy
    

About

License:MIT License