This repository contains documentation for WinUICommunity.
Tip
The documents are written in Markdown files and converted into a static website by Hexo (A fast, simple & powerful blog framework).
Contributions (PR) are welcomed! fork our repo and Add/Edit Files and make a request.
- Download and Install NodeJs
- After Installing NodeJs, you should Install
HexoOpen Terminal and Enter Following Command:
npm install hexo-cli -g
3.Go to Documentation Folder (Root Folder) and Enter Following Command:
for Generating files:
Hexo g
for testing in local:
hexo server