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:
- Comment on the issue you want to work on. If you have an idea that isn't on an issue yet, create the issue.
- Fork the repository.
- Clone your fork.
- Make your changes locally.
- Push them to your fork.
- Create a Pull Request from your fork to the repository's
develop
branch.
We'll then review it as soon as possible. If you're stuck with something, send an email to [email protected] and we'll try our best. Keep in mind that refactorings are more than welcome!