Skip to content

Latest commit

 

History

History
47 lines (35 loc) · 1.35 KB

File metadata and controls

47 lines (35 loc) · 1.35 KB

HELIO Extension Template

HELIO SDK

This is the template repository for building HELIO extensions using the HELIO SDK.

Get Started with the HELIO SDK

Scripts

Building the Extension

npm run build

Run Tests

npm run test

Check for ESLint Issues

npm run lint

Start Storybook

npm run storybook

Note on Tooling

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.