This is the template repository for building HELIO extensions using the HELIO SDK.
Building the Extension
npm run build
Run Tests
npm run test
Check for ESLint Issues
npm run lint
Start Storybook
npm run storybook
While this repository provides a basic setup and includes all necessary tools for easy development to make the process of building a HELIO extension as smooth as possible. However, none of them are required. Feel free to replace them with your own preferred options.
We have also pinned a specific version of Node.js in the
package.json file. This relies on the JavaScript Tool Manager
Volta. Using Volta and these versions is optional but can reduce
unexpectedly inconsistent behavior across different machines.