tact-docs icon indicating copy to clipboard operation
tact-docs copied to clipboard

Suggestion for docs.tact-lang.org/book/guides/getting-started/test

Open koodl opened this issue 1 year ago • 1 comments

Hello!

It would be good for beginners to indicate in paragraph 1 what to enter after running the command: “npm create ton@latest MyProject”.

Example: Screen Shot 2024-04-05 at 7 02 52 PM

koodl avatar Apr 05 '24 16:04 koodl

Alternatively, we could reuse the command mentioned on the landing page:

npm create ton -- simple-counter --type tact-counter --contractName SimpleCounter

anton-trunov avatar Apr 06 '24 07:04 anton-trunov

The landing page of docs works as a getting started guide now, since it starts off with creating a new Blueprint project with Tact, then follows up with things to read or explore next, such as the Book, Reference or debugging/testing page

novusnota avatar Nov 29 '24 12:11 novusnota