https://github.com/signcl/openbayes-ui
OpenBayes UI Library
https://github.com/signcl/openbayes-ui
css react scss
Last synced: about 1 month ago
JSON representation
OpenBayes UI Library
- Host: GitHub
- URL: https://github.com/signcl/openbayes-ui
- Owner: signcl
- License: mpl-2.0
- Created: 2021-12-21T17:52:52.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2025-04-07T19:12:06.000Z (about 2 months ago)
- Last Synced: 2025-04-10T13:23:26.754Z (about 2 months ago)
- Topics: css, react, scss
- Language: SCSS
- Homepage:
- Size: 398 KB
- Stars: 1
- Watchers: 2
- Forks: 1
- Open Issues: 9
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
# OpenBayes UI
OpenBayes UI Library
## Development
If you need to update one of the libraries and see live result in corrsesponding project. For example, if you want to update the `@openbayes/docsearch-css` library and see the changes in `signcl/openbayes-docs` project. You can:
Link locally (recommended):
```bash
$ cd packages/docsearch-css
$ pnpm i
$ cd ~/projects/openbayes-docs
$ pnpm link ~/projects/openbayes-ui/packages/docsearch-css
```Or link globally:
```bash
$ cd packages/docsearch-css
$ pnpm i
$ pnpm link --global
$ cd ~/projects/openbayes-docs
$ pnpm link --global @openbayes/docsearch-css
```## License
MPL-2.0