Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/oddbird/oddcontrast
https://github.com/oddbird/oddcontrast
Last synced: 8 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/oddbird/oddcontrast
- Owner: oddbird
- License: bsd-3-clause
- Created: 2022-02-15T22:04:34.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-10-28T08:37:35.000Z (17 days ago)
- Last Synced: 2024-10-29T18:48:50.495Z (16 days ago)
- Language: Svelte
- Homepage: https://www.oddcontrast.com/
- Size: 5.68 MB
- Stars: 28
- Watchers: 4
- Forks: 1
- Open Issues: 27
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# OddContrast
_OddBird's color contrast checker for modern CSS color formats_
[![Netlify Status](https://api.netlify.com/api/v1/badges/b5488a16-3ab0-4f72-b8cb-251d528babb8/deploy-status)](https://app.netlify.com/sites/oddcontrast/deploys)
## Developing
To develop with local versions of Node/Yarn, first install the frontend
dependencies with `yarn install`, then:```bash
yarn serve# or start the server and open the app in a new browser tab
yarn serve --open
```## Developing (Docker-based)
If you are using VS Code devcontainers to manage Node/Yarn versions, open the
project folder and run "Re-open in container", then:```bash
yarn serve# or start the server and open the app in a new browser tab
yarn serve --open
```## Building
To create a production version of your app:
```bash
yarn build
```You can preview the production build with `yarn preview`.
## Deploying
The staging site is automatically deployed via Netlify to
every time a commit is made on the `main`
branch.---
## Sponsor OddBird's OSS Work
At OddBird, we love contributing to the languages & tools developers rely on.
We're currently working on polyfills
for new Popover & Anchor Positioning functionality,
as well as CSS specifications for functions, mixins, and responsive typography.
Help us keep this work sustainable
and centered on your needs as a developer!
We display sponsor logos and avatars
on our [website](https://www.oddbird.net/oddcontrast/#open-source-sponsors).[Sponsor OddBird's OSS Work](https://opencollective.com/oddbird-open-source)