Webapp to aid in early color/theming stages of UI design process.
Uses local storage to save updates to color palettes.
To get a local copy up and running follow these simple example steps.
Node version >= 14
- Clone the repo
git clone https://github.com/itBme3/coloring-palettes
- Install packages
yarn install
- Generate content
yarn run generate
- Serve Locally
Or Development (hot reloading using Vite)
yarn run start
yarn run dev
Bobby Moynihan