See the documentation about installing tooling: https://learn.golem.cloud/docs/experimental-languages/ts-language-guide/setup
and see more details in the README.md file about other commands.

Before first time build, install dependencies:
  npm install

Generate bindings, compile and compose components:
  golem-cli app build

Deploy components to default profile:
  npm run deploy

Test the deployed components:
  npm run test
