ton-blockchain / docs

TON documentation
https://ton.org/docs
82 stars 45 forks source link

TON Documentation Website

It uses https://docsify.js.org/

Install

It is recommended to install docsify-cli globally, which helps initializing and previewing the website locally.

npm i docsify-cli -g

Run

Run the local server with docsify serve. You can preview your site in your browser on http://localhost:3000.

docsify serve docs