Skip to content

WinUICommunity/WinUICommunity.github.io

Repository files navigation

Documents

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).

Contribute

Contributions (PR) are welcomed! fork our repo and Add/Edit Files and make a request.

How to Run?

  1. Download and Install NodeJs
  2. After Installing NodeJs, you should Install Hexo Open 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

WinUICommunity.github.io