Skip to content

Latest commit

 

History

History
26 lines (17 loc) · 509 Bytes

File metadata and controls

26 lines (17 loc) · 509 Bytes

Documentation 📖

Deploy

This repository contains the PrivateAIm Documentation, hosted on GitHub Pages

Contributing

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