An open API service indexing awesome lists of open source software.

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

Awesome Lists containing this project

README

          

# Tour of Tact

Developed by [TON Studio](https://tonstudio.io), powered by the community.

[![Twitter](https://img.shields.io/badge/X%2FTwitter-white?logo=x&style=flat&logoColor=gray)](https://x.com/tact_language)
[![Telegram](https://img.shields.io/badge/Community_Chat-white?logo=telegram&style=flat)](https://t.me/tactlang)
[![Telegram](https://img.shields.io/badge/Tact_Kitchen_🥣-white?logo=telegram&style=flat)](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