https://github.com/winuicommunity/winuicommunity.github.io
Docs Auto Generated by Github Actions
https://github.com/winuicommunity/winuicommunity.github.io
Last synced: 3 months ago
JSON representation
Docs Auto Generated by Github Actions
- Host: GitHub
- URL: https://github.com/winuicommunity/winuicommunity.github.io
- Owner: WinUICommunity
- License: mit
- Created: 2024-11-14T19:18:41.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-11-20T12:34:56.000Z (over 1 year ago)
- Last Synced: 2025-01-14T23:45:57.257Z (over 1 year ago)
- Language: Stylus
- Homepage: https://winuicommunity.github.io/
- Size: 168 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Documents
This repository contains documentation for WinUICommunity.
> [!TIP]
> The documents are written in `Markdown` files and converted into a static website by [Hexo](https://hexo.io/) (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](https://nodejs.org)
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](https://WinUICommunity.github.io/)