An open API service indexing awesome lists of open source software.

https://github.com/turretcss/colors


https://github.com/turretcss/colors

Last synced: 9 days ago
JSON representation

Awesome Lists containing this project

README

          

# [Colors](https://colors.turretcss.com)

Visualize The CSS [Color Function]((https://drafts.csswg.org/css-color/#modifying-colors)).

## Contributing

Colors is built using [Create React App](https://github.com/facebookincubator/create-react-app). See that project for detailed documentation.

### Running the project locally

```
npm install
```

Start site in development mode

```
npm start
```

Open [http://localhost:3000](http://localhost:3000) to view it in a browser.

### Pull requests always welcome

If you find a bug or have an idea, feel free to open a pull request. Tests for new code are encouraged. Existing tests must pass before pull requests will be accepted

```
npm test
```