https://github.com/make-github-pseudonymous-again/palette
:art: A color palette compositor.
https://github.com/make-github-pseudonymous-again/palette
Last synced: about 1 month ago
JSON representation
:art: A color palette compositor.
- Host: GitHub
- URL: https://github.com/make-github-pseudonymous-again/palette
- Owner: make-github-pseudonymous-again
- License: agpl-3.0
- Created: 2020-07-03T14:04:16.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2021-02-10T23:58:14.000Z (almost 5 years ago)
- Last Synced: 2025-01-18T15:53:40.599Z (about 1 year ago)
- Language: JavaScript
- Homepage: https://aureooms.github.io/palette
- Size: 1.08 MB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 20
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Palette
> :art: A color palette compositor.
A [live demo](https://aureooms.github.io/palette) is running on github pages.
## Develop
```js
yarn install
```
```js
yarn start
```
> :warning: We are using parcel v2. Currently alpha/beta stage. Crashes often.
To remove parcel's cache
```js
rm -r .parcel-cache
```
## Build
```js
yarn build
```