Helpful Commands
init
Creates a Helium app.
| npm | yarn |
|---|---|
npm init helium-app | yarn create helium-app |
authenticate
Connects your Helium app to your learning instance and generates a ti-config.json file.
| npm | yarn |
|---|---|
npm run authenticate | yarn authenticate |
dev
Runs a Helium app in a local environment.
| npm | yarn |
|---|---|
npm run dev | yarn dev |
update-translations
Syncs the translations.json file with translations from the connected learning instance.
| npm | yarn |
|---|---|
npm run update-translations | yarn update-translations |