Skip to content

tgsnake/docs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

83 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

tgsnake docs.

Building docs

Require

  • nodejs v17 or latest
  • yarn berry

clone this repo and do this in project directory.

  • yarn install // installing dependencies.
  • yarn build // for building docs.
  • yarn start // see the docs in localhost after building.
  • yarn dev // see the docs in dev mode.