# Getting Started

**URL:** https://heroiclabs.com/docs/hiro/typescript/getting-started/
**Keywords:** getting started, hiro
**Categories:** hiro, typescript, getting-started

---


## Client

The TypeScript client is available from Heroic Labs. [Contact us](mailto:contact@heroiclabs.com) to request access.

Once you have received your NPM access token:

1. Add the access token to your `~/.npmrc` file:
  ```
  //registry.npmjs.org/:_authToken=<ACCESS_TOKEN_HERE>
  ```
2. Install the Hiro package `npm i @heroiclabs/hiro-js`