Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/lukasbach/blackmaker
WIP React UI Framework
https://github.com/lukasbach/blackmaker
components design framework library react storybook system typescript ui
Last synced: about 1 month ago
JSON representation
WIP React UI Framework
- Host: GitHub
- URL: https://github.com/lukasbach/blackmaker
- Owner: lukasbach
- License: mit
- Created: 2021-01-07T16:39:26.000Z (about 4 years ago)
- Default Branch: master
- Last Pushed: 2023-01-07T11:37:05.000Z (about 2 years ago)
- Last Synced: 2024-11-05T18:16:54.077Z (3 months ago)
- Topics: components, design, framework, library, react, storybook, system, typescript, ui
- Language: TypeScript
- Homepage: https://lukasbach.github.io/blackmaker/
- Size: 3.45 MB
- Stars: 2
- Watchers: 3
- Forks: 0
- Open Issues: 13
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Blackmaker UI
![Testing](https://github.com/lukasbach/blackmaker/workflows/Testing/badge.svg)
![Pretty](https://github.com/lukasbach/blackmaker/workflows/Pretty/badge.svg)
![Storybook Deployment](https://github.com/lukasbach/blackmaker/workflows/Storybook%20Deployment/badge.svg)WIP React-based UI framework. Current storybook available at
https://lukasbach.github.io/blackmaker/## Setup
When developing locally, run in the root directory...
- `yarn` to install dependencies
- `yarn test` to run tests in all packages
- `yarn build` to build distributables and typings in `packages/{package}/out`
- `yarn storybook` to run a local storybook server
- `yarn build-storybook` to build the storybook
- [`npx lerna version`](https://github.com/lerna/lerna/tree/main/commands/version#readme) to interactively bump the
packages versions. This automatically commits the version, tags the commit and pushes to git remote.
- [`npx lerna publish`](https://github.com/lerna/lerna/tree/main/commands/publish#readme) to publish all packages
to NPM that have changed since the last release. This automatically bumps the versions interactively.