An sdk for interacting with Internxt's services
npm install @internxt/sdk- Create a .npmrc file from the .npmrc.template example provided in the repo.
- Replace TOKEN with your own Github Personal Access Token with read:packages permission ONLY
- Use yarn to install project dependencies.
- Always use relative imports (e.g., ../utils/helper or ./myComponent).
- Do NOT use absolute imports (e.g., src/..., @/..., etc).