https://github.com/tact-lang/tour
WIP: 🎓 Learn Tact in your browser with an interactive tour
https://github.com/tact-lang/tour
interactive-tutorial onboarding tact tact-by-example ton-blockchain tour tutorial
Last synced: 4 months ago
JSON representation
WIP: 🎓 Learn Tact in your browser with an interactive tour
- Host: GitHub
- URL: https://github.com/tact-lang/tour
- Owner: tact-lang
- License: mit
- Created: 2025-05-09T16:15:59.000Z (8 months ago)
- Default Branch: main
- Last Pushed: 2025-06-19T00:22:26.000Z (7 months ago)
- Last Synced: 2025-06-19T00:25:48.071Z (7 months ago)
- Topics: interactive-tutorial, onboarding, tact, tact-by-example, ton-blockchain, tour, tutorial
- Language: TypeScript
- Homepage: https://tour.tact-lang.org
- Size: 464 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 11
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Tour of Tact
Developed by [TON Studio](https://tonstudio.io), powered by the community.
[](https://x.com/tact_language)
[](https://t.me/tactlang)
[](https://t.me/tact_kitchen)
## Setup
Run `yarn` to install dependencies. Then, see the available [scripts](#scripts).
## Scripts
In the project directory, you can run:
### `yarn start`
Runs the app in the development mode.\
Open [http://localhost:3000](http://localhost:3000) to view it in the browser.
The page will reload if you make edits.\
You will also see any lint errors in the console.
### `yarn test`
Launches the test runner in the interactive watch mode.\
See the section about [running tests](https://facebook.github.io/create-react-app/docs/running-tests) for more information.
### `yarn build`
Builds the app for production to the `build` folder.\
It correctly bundles React in production mode and optimizes the build for the best performance.
The build is minified and the filenames include the hashes.\
Your app is ready to be deployed!
See the section about [deployment](https://facebook.github.io/create-react-app/docs/deployment) for more information.
## Community
- [`@tactlang` on Telegram](https://t.me/tactlang) - Main community chat and discussion group.
- [`@tactlang_ru` on Telegram](https://t.me/tactlang_ru) _(Russian)_
- [`@tact_kitchen` on Telegram](https://t.me/tact_kitchen) - Channel with updates from the team.
- [`@tact_language` on X/Twitter](https://x.com/tact_language)
- [`tact-lang` organization on GitHub](https://github.com/tact-lang)
- [`@ton_studio` on Telegram](https://t.me/ton_studio)
- [`@thetonstudio` on X/Twitter](https://x.com/thetonstudio)
## Inspiration and references
- [Tact by Example](https://tact-by-example.org/)
- https://go.dev/tour
- https://tour.gleam.run/
- https://svelte.dev/tutorial/svelte/
- https://code-basics.com/
- https://www.learn-c.org/
- https://docs.astro.build/en/tutorial/0-introduction/
- https://tourofrust.com/
- https://jgthms.com/web-design-in-4-minutes/
- https://jgthms.com/javascript-in-14-minutes/
- https://scrimba.com/learn-html-and-css-c0p?via=mdn
- https://developer.mozilla.org/en-US/docs/Learn_web_development/Core
- https://ocaml.org/docs/tour-of-ocaml
- https://cssbattle.dev/learn/demo/1
- https://exercism.org/tracks/elixir/concepts
- https://tour.dlang.org
## License
[MIT](./LICENSE) © TON Studio