Skip to content

Latest commit

 

History

History
30 lines (20 loc) · 578 Bytes

README.md

File metadata and controls

30 lines (20 loc) · 578 Bytes

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