PIGMENTstudio is your partner in crime for designing your application's color palette.
- Choose from several templates to help you get started
- Import your brand's colors if you want
- Add your personal touch with our tooling as your guide
- Collaborate with your team
- Share the results or directly use your palette in your code
This guide describes how to run and develop PIGMENTstudio. You don't need follow it to use the application – you can simply visit https://pigment.studio!
This project uses yarn for dependency management. Make sure you have at least Node.js version 10 installed on your machine, as well as a recent version of Yarn.
# First, install any necessary dependencies:
cd ./pigment-studio
yarn install
# Then, you can run the application locally:
yarn start
