tact-lang / tact-docs

Tact main documentation
https://docs.tact-lang.org
54 stars 41 forks source link

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

Open koodl opened 6 months ago

koodl commented 6 months ago

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
anton-trunov commented 6 months ago

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

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