Install pnpm.
npm install -g pnpm
Download dependencies.
pnpm install
Install Helm.
curl https://raw.githubusercontent.com/helm/helm/master/scripts/get-helm-3 | bash
Watch changes of TypeScript files and rebuild automatically.
npm run watch
Delete built files.
npm run clean
Run unit tests.
npm run test:unit
Build TypeScript files.
npm run build
Run integration tests.
npm run test:integration
Build TypeScript files.
npm run build
Run browser tests.
npm run test:browser
If the tests don't run:
Lint TypeScript and JavaScript files.
npm run lint
We use Prettier to format all the code.