@startinblox/solid-becknld
v1.1.3
Published
Beckn-LD Specification Draft - Client Component Implementation
Downloads
12
Keywords
Readme
Beckn-LD Specification Draft - Client Component Implementation
Introduction
This repository provides components for the Beckn-LD Specifications Draft implementation.
Getting started
Installation
To set up the local development environment with Storybook:
npm install
npm run storybookDevelopment workflow
Testing
# Run all tests
npm run cy:run
# Open Cypress's interface
npm run cy:openBuilding for production
# Generate localization files
npm run locale:build
# Generate Storybook documentation
npm run build-storybook
# Build the component repository
npm run build