Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/wavebeem/1bit-ui
1-bit UI CSS library
https://github.com/wavebeem/1bit-ui
Last synced: 18 days ago
JSON representation
1-bit UI CSS library
- Host: GitHub
- URL: https://github.com/wavebeem/1bit-ui
- Owner: wavebeem
- License: mit
- Created: 2020-02-20T17:40:34.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2024-09-11T16:50:31.000Z (3 months ago)
- Last Synced: 2024-11-30T21:34:00.277Z (22 days ago)
- Language: HTML
- Size: 192 KB
- Stars: 8
- Watchers: 4
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
# 1bit-ui
1bit-ui is a CSS library for making retro-inspired web pages using just two colors.
Go to [1bit-ui.wavebeem.com](https://1bit-ui.wavebeem.com) for examples, documentation, and usage.
## Development
You can use npm to load 1bit-ui on a local server.
```
$ npm install
$ npm start
```Edit `src/1bit-ui.css`. It's the only file that gets published to npm. Open your browser to .
> 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 1bit-ui.
```
npm version X.Y.Z
```