Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/tact-lang/tact-docs
Tact main documentation
https://github.com/tact-lang/tact-docs
documentation tact ton
Last synced: 16 days ago
JSON representation
Tact main documentation
- Host: GitHub
- URL: https://github.com/tact-lang/tact-docs
- Owner: tact-lang
- Created: 2023-02-17T11:40:47.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-09-24T19:46:04.000Z (3 months ago)
- Last Synced: 2024-12-06T23:41:56.613Z (27 days ago)
- Topics: documentation, tact, ton
- Language: MDX
- Homepage: https://docs.tact-lang.org
- Size: 1.68 MB
- Stars: 58
- Watchers: 6
- Forks: 39
- Open Issues: 53
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# 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](https://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:
* [Tact Telegram Community](https://t.me/tactlang)## 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](https://github.com/tact-lang/tact-docs/issues/new/choose).
â Ready to contribute? [Set up your Development Environment](#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](https://gitpod.io/button/open-in-gitpod.svg)](https://gitpod.io/#https://github.com/tact-lang/tact-docs)
### Local Setup đ
1. Clone this GitHub repository.
2. Make sure to have the latest version of [NodeJS LTS](https://nodejs.org/en/download/) 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](https://creativecommons.org/licenses/by/4.0/)