TWIN UI React Components
This web front-end demonstrates the react UI components in storybook format.
A deployment of this app can be found here https://storybook-react.twindev.org
Developing
Once you've created a project and installed dependencies with npm install
, start a development server:
npm run storybook
Building
To create a production version of your app:
npm run build-storybook
This will create a static version of the app in the storybook-static
folder.
Changelog
The changes between each version can be found in docs/changelog.md