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

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.

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
```