Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/wavebeem/2bit-ui
2-bit CSS UI library (sequel to 1bit-ui)
https://github.com/wavebeem/2bit-ui
Last synced: about 1 month ago
JSON representation
2-bit CSS UI library (sequel to 1bit-ui)
- Host: GitHub
- URL: https://github.com/wavebeem/2bit-ui
- Owner: wavebeem
- License: mit
- Created: 2022-12-15T21:18:04.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2024-02-05T07:51:43.000Z (11 months ago)
- Last Synced: 2024-11-30T21:34:00.213Z (about 1 month ago)
- Language: HTML
- Size: 657 KB
- Stars: 3
- Watchers: 2
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE.md
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
# 2bit-ui
2bit-ui is a CSS library for making retro-inspired web pages using just four colors.
Go to [2bit-ui.wavebeem.com](https://2bit-ui.wavebeem.com) for examples, documentation, and usage.
## Development
You can use npm to load 2bit-ui on a local server.
```
$ npm install
$ npm start
```Edit `src/2bit-ui.css`. It's the only file that gets published to npm. Open your browser to the URL printed in your terminal.
> If you're unfamiliar with npm, you can [download the Node.js installer here](https://nodejs.org/en/download/) to get started with npm. Read more about [how to use npm here](https://docs.npmjs.com/about-npm/).
## Publishing
You can use npm to publish a new version of 2bit-ui.
```
npm version X.Y.Z
```