Files
Snap.Hutao.Docs/README.md
2023-10-26 21:57:32 +08:00

19 lines
692 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 `pnpm install` in the root directory of the project
### Local Test
- Run `pnpm run docs:dev` in the root directory of the project
- The document will run at `http://localhost:8080` by default