Skip to content

unicef/hope-documentation

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

50 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

HOPE Documentation

This Repo is used to manage the official HOPE documentation

Install

$ pdm install
$ pdm venv activate in-project

Using .envrc

add in your .envrc

eval $(pdm venv activate in-project)

Start

$ mkdocs build
$ mkdocs serve