kishorejangid / js-widgets

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

NOTE: this repository is meant to be forked under your organization / user account. After forking try to get it deploying to GitHub pages and read the documentation there.


Widget Registry Starterkit (React)

Widget Registry and Widget Repository combined in one.

This project generates Storybook catalogs for development and main to search, and explore widgets.

Below you will find the URL for the registry containing the JSON feed with the widget information. This is necessary when you are integrating the widgets with your CMS (like Drupal).

This project represents a single widget registry. This project, also, contains the code for all the widgets in the registry. Widgets are created from components using the JS Widgets Webpack CLI.

Contribute

Check the documentation on how to contribute widgets to your new registry.

Set Up

Create a .env.local file in your local environment with the following contents:

PUBLIC_ASSETS_URL = /static

About

License:MIT License


Languages

Language:TypeScript 75.3%Language:MDX 17.2%Language:JavaScript 3.5%Language:Shell 3.2%Language:PHP 0.7%