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.
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:
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.
Before you submit your amazing contributions, ensure they work seamlessly.
Use Gitpod for a hassle-free cloud-based IDE experience:
-
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.