Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/wavebeem/candy-css
candy.css is a glossy UI library for colorful websites
https://github.com/wavebeem/candy-css
Last synced: 18 days ago
JSON representation
candy.css is a glossy UI library for colorful websites
- Host: GitHub
- URL: https://github.com/wavebeem/candy-css
- Owner: wavebeem
- License: mit
- Created: 2024-02-17T22:12:10.000Z (10 months ago)
- Default Branch: main
- Last Pushed: 2024-04-21T19:52:07.000Z (8 months ago)
- Last Synced: 2024-11-30T21:34:02.852Z (23 days ago)
- Language: JavaScript
- Size: 519 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE.md
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
# candy.css
Go to [candy.wavebeem.com](https://candy.wavebeem.com) for examples, documentation, and usage.
## Development
You can use npm to load candy.css on a local server.
```
$ npm install
$ npm start
```Edit `src/candy.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 candy.css.
```
npm version X.Y.Z
```