Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/bruegmann/blue-web
UI library for the Web using Custom Components and Bootstrap.
https://github.com/bruegmann/blue-web
bootstrap css js library ui
Last synced: 10 days ago
JSON representation
UI library for the Web using Custom Components and Bootstrap.
- Host: GitHub
- URL: https://github.com/bruegmann/blue-web
- Owner: bruegmann
- License: lgpl-3.0
- Created: 2024-07-23T10:41:01.000Z (4 months ago)
- Default Branch: main
- Last Pushed: 2024-09-16T10:56:36.000Z (2 months ago)
- Last Synced: 2024-09-17T10:13:18.798Z (2 months ago)
- Topics: bootstrap, css, js, library, ui
- Language: TypeScript
- Homepage: https://bruegmann.github.io/blue-web
- Size: 13.5 MB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Blue Web
[![npm version](https://img.shields.io/npm/v/blue-web)](https://www.npmjs.com/package/blue-web)
[Checkout the docs](https://bruegmann.github.io/blue-web) to find out how to
use Blue Web.## Developing
This project is built with [CRA](https://create-react-app.dev/). To start
developing, just and install everything with `npm i` and run:```
npm start
```## Create a new release
This is how to manually create a release:\
By running```
npm publish
```the missing files in `./dist` will be created, the docs will be generated and
the NPM package will be released.To publish changes on the documentary, run:
```
npm run deploy
```To run both of them:
```
npm run release
```