Files
Snap.Hutao.Docs/README.md
2023-04-20 04:37:14 -07:00

14 lines
685 B
Markdown

# Snap.Hutao.Docs
Documents for [Snap Hutao project](https://github.com/DGP-Studio/Snap.Hutao). You can always view its live version at [https://hut.ao](https://hut.ao)
**Please check our [localization document](https://hut.ao/i18n.html) if you want to contribute to the document**
## How to Test
### Fist Time Installation
- Install [NodeJS 18](https://nodejs.org/en/download/)
- Use [GitHub Desktop](https://desktop.github.com/) or Git command to clone this repository (`git clone`)
- Run `npm install` in the root directory of the project
### Local Test
- Run `npm run docs:dev` in the root directory of the project
- The document will run at `http://localhost:8080` by default