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 generate a ti-config.json
file.
- npm
- Yarn
npm run authenticate
yarn authenticate
dev
Run a Helium app in a local enviorment.
- npm
- Yarn
npm run dev
yarn dev
update-translations
Syncs the translations.json file with the translations from the connected learning instance.
- npm
- Yarn
npm run update-translations
yarn update-translations
Still have a question?
Get your questions answered in our Developer Discord.