Skip to content

PHT-Medic/documentation

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Documentation 📖

Deploy

This repository contains:

  • markdown files
  • images

to be compiled into the PHT Documentation and User guide hosted on GitHub Pages

Contributing

  1. Clone Repository
git clone https://github.com/PHT-Medic/documentation
  1. Install dependencies
npm i
  1. Run docs generation with HMR:
npm run dev