Skip to content

Latest commit

 

History

History
18 lines (11 loc) · 692 Bytes

README.md

File metadata and controls

18 lines (11 loc) · 692 Bytes

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