Skip to content

DGP-Studio/Snap.Hutao.Docs

Repository files navigation

Snap.Hutao.Docs

Documents for Snap Hutao project. You can always view its live version at https://hut.ao

Please check our localization document if you want to contribute to the document

How to Test

Fist Time Installation

  • Install NodeJS 18
  • Use GitHub Desktop 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