inozemtsev-roman / ton-docs

User-friendly documentation for newcomers to the TON blockchain.

Home Page:https://docs.ton.org

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

TON Blockchain Documentation πŸ“š

This is the official repository for The Open Network documentation.

Latest documentation release: docs.ton.org

The mission of this documentation is to collect all available information and knowledge that can help TON developers.

You can improve the documentation by following steps below.


Join TON Docs Club πŸ’Ž

TON is an actively growing ecosystem, and every day many devs contribute to its development.

You can participate in TON by helping organize knowledge, making Pull Requests and creating tutorials to help other developers. Feedback, lectures, technical articles, tutorials, and examples. All this can help the developers community grow even faster!

Join TON Docs Club chat in Telegram to join contributors party:


How to Contribute? πŸ¦„

If you are a developer and faced some difficulties, successfully overcoming them - share this knowledge with future developers!

β€” Have an issue? Prepare a solution with TON Docs Wizard.
β€” Have an idea? Submit a Feature Request.
β€” Want to contribute? Setup your environment.

Contributing best practices: docs/contribute


Set up your Environment ☁️

If you are changing the sidebar or adding media-files, please check that your submission will not break production.

You can do this in two ways:

Cloud (quick way)

Use Gitpod (a free, online VS code-like IDE) for contributing. It will launch a workspace with a single click:

Open in Gitpod

Local (default way)

  1. Download repository from GitHub

  2. Install last version NodeJS LTS to run local build

  3. Open Terminal in project directory

  4. Install dependencies with command:

    npm install
    
  5. Run project with command:

    npm run start
    

This command starts a local development server and opens up a browser window. Most changes are reflected live without having to restart the server.

License

GPL-3.0

About

User-friendly documentation for newcomers to the TON blockchain.

https://docs.ton.org

License:GNU General Public License v3.0


Languages

Language:JavaScript 31.5%Language:CSS 29.2%Language:TypeScript 20.0%Language:SCSS 17.6%Language:MDX 1.5%Language:Dockerfile 0.2%