https://github.com/mrseanbaines/color-keywords
A list of all the CSS color keywords, with sorting and copy to clipboard functionality
https://github.com/mrseanbaines/color-keywords
Last synced: about 1 month ago
JSON representation
A list of all the CSS color keywords, with sorting and copy to clipboard functionality
- Host: GitHub
- URL: https://github.com/mrseanbaines/color-keywords
- Owner: mrseanbaines
- License: mit
- Created: 2019-06-19T13:57:02.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2022-12-10T19:35:46.000Z (over 2 years ago)
- Last Synced: 2025-01-25T07:08:02.686Z (3 months ago)
- Language: TypeScript
- Homepage: https://www.colorkeywords.com/
- Size: 2.68 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 18
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Color Keywords
This is the repo for [Color Keywords](https://www.colorkeywords.com), a site which lists all of the available CSS color keywords, with sorting and copy to clipboard functionality.

[](https://app.netlify.com/sites/color-keywords/deploys)
[](https://travis-ci.org/mrseanbaines/color-keywords)## Setup
Make sure you have [Node](https://nodejs.org/en/) and [NPM](https://www.npmjs.com/) installed.
To get started, run the following commands:
### _From the project root:_
1. Install dependencies:
```sh
npm i
```2. Start the server:
```sh
npm start
```View the project at http://localhost:8080/