Skip to content
This repository was archived by the owner on Dec 12, 2024. It is now read-only.

tact-lang/tact-docs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

00be0e1 Β· Dec 12, 2024
Sep 15, 2024
Mar 4, 2024
Sep 17, 2024
Sep 24, 2024
Aug 10, 2023
Jun 27, 2024
Jul 14, 2024
Dec 12, 2024
Jul 23, 2024
Feb 5, 2023
May 30, 2024
Jun 4, 2024
Mar 25, 2024
Mar 4, 2024
Jun 4, 2024

Repository files navigation

ARCHIVED! The actual docs are moved to the compiler repo, see: https://github.com/tact-lang/tact/tree/main/docs

Welcome to Tact Documentation 🌈

Hello there! This is the community-driven repository for Tact Language Documentation.

Latest documentation is always available at: docs.tact-lang.org

Our goal here is to create a welcoming and rich resource that benefits all Tact developers, from beginners to experts.

Join the Tact Community 🌟

Tact is not just a technology; it's a growing community of developers like you! Whether you are just starting out or have tons of experience, your contributions are valuable.

Here's how you can contribute:

  • Organize or clarify information πŸ“
  • Make Pull Requests to improve the code or docs πŸš€
  • Share tutorials, guides, and articles πŸ“š

Join our community chats to stay updated and collaborate:

How Can You Contribute?

Contributing is not just encouraged; it's easy!

If you've solved a challenging problem or found a better way to explain a complex topic, share it:

β€” Got an idea? Open an Issue.
β€” Ready to contribute? Set up your Development Environment.

Set Up Your Development Environment

Before you submit your amazing contributions, ensure they work seamlessly.

Quick Cloud Setup 🌩️

Use Gitpod for a hassle-free cloud-based IDE experience:

Open in Gitpod

Local Setup 🏠

  1. Clone this GitHub repository.

  2. Make sure to have the latest version of NodeJS LTS installed.

  3. Open your terminal in the project directory.

  4. Install dependencies without modifying the yarn.lock:

    yarn deps
    
  5. Start your local development server:

    yarn dev
    

This will open a new browser window displaying your local version of the documentation. Most updates are automatically reflected.

License πŸ“„

CC BY 4.0