hult-toolkit
v0.1.114
Published
## Getting Started
Downloads
928
Keywords
Readme
Hult Toolkit
Getting Started
- Clone your repo
- Ensure using node 18
npm install -g sass
- Install dependencies with
npm i
Main Scripts
npm run dev
: Bootstrap the Storybook preview with Hot Reload & watches for sass changes.npm run build:lib
: Builds the component library into the dist folder.npm publish
: Publishes package (make sure to change version number in package.json +1)