https://github.com/turretcss/colors
https://github.com/turretcss/colors
Last synced: 9 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/turretcss/colors
- Owner: turretcss
- Created: 2017-01-15T03:01:23.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2017-01-19T05:43:52.000Z (over 9 years ago)
- Last Synced: 2025-01-08T08:46:58.502Z (over 1 year ago)
- Language: JavaScript
- Size: 58.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```