Skip to main content

Helpful Commands

init

Creates a Helium app.

npmyarn
npm init helium-appyarn create helium-app

authenticate

Connects your Helium app to your learning instance and generates a ti-config.json file.

npmyarn
npm run authenticateyarn authenticate

dev

Runs a Helium app in a local environment.

npmyarn
npm run devyarn dev

update-translations

Syncs the translations.json file with translations from the connected learning instance.

npmyarn
npm run update-translationsyarn update-translations