Skip to content

Latest commit

 

History

History
29 lines (19 loc) · 527 Bytes

README.md

File metadata and controls

29 lines (19 loc) · 527 Bytes

Documentation 📖

Deploy

This repository contains:

  • markdown files
  • images

to be compiled into the documentation hosted on GitHub Pages.

Contributing

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