🎨 Color Palette Manager
Pablo is a color palette manager. You can use it to manage multiple palettes in one place, no matter what you’re working on. With Pablo, you can optimize your workflow by having a view of all the colors your working with and easily copying them to your clipboard.
All you’ll need is Git, Node and Angular.
# Clone the project
git clone https://github.com/ajsaraujo/pablo.git
# Navigate to project folder
cd pablo
# Install dependencies
npm i
# Serve the website
ng serve
Pablo will then be available at http://localhost:4200.
Pablo is meant to be a simple project that anyone can contribute to and learn something by doing it. If you want to contribute to the project, just follow these steps:
develop
branch.We’ll then review it as soon as possible. If you’re stuck with something, send an email to allanjuansil@gmail.com and we’ll try our best. Keep in mind that refactorings are more than welcome!