tact-docs
tact-docs copied to clipboard
Tact main documentation
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:
Local Setup đ
-
Clone this GitHub repository.
-
Make sure to have the latest version of NodeJS LTS installed.
-
Open your terminal in the project directory.
-
Install dependencies without modifying the
yarn.lock:yarn deps -
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.