paperclypse / 1bit-ui

1-bit UI CSS library

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

1bit-ui

1bit-ui is a CSS library for making retro-inspired web pages using just two colors.

Go to 1bit-ui.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 http://localhost:5000/.

If you're unfamiliar with npm, you can download the Node.js installer here to get started with npm. Read more about how to use npm here.

Publishing

You can use npm to publish a new version of 1bit-ui.

npm version X.Y.Z

About

1-bit UI CSS library

License:MIT License


Languages

Language:HTML 68.7%Language:CSS 18.3%Language:JavaScript 13.0%