项目作者: ajsaraujo

项目描述 :
🎨 Color Palette Manager
高级语言: TypeScript
项目地址: git://github.com/ajsaraujo/pablo.git
创建时间: 2021-02-22T23:47:54Z
项目社区:https://github.com/ajsaraujo/pablo

开源协议:

下载


Pablo

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.

image-20210308195130210

Installing and Running

All you’ll need is Git, Node and Angular.

  1. # Clone the project
  2. git clone https://github.com/ajsaraujo/pablo.git
  3. # Navigate to project folder
  4. cd pablo
  5. # Install dependencies
  6. npm i
  7. # Serve the website
  8. ng serve

Pablo will then be available at http://localhost:4200.

Contributing

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:

  1. Comment on the issue you want to work on. If you have an idea that isn’t on an issue yet, create the issue.
  2. Fork the repository.
  3. Clone your fork.
  4. Make your changes locally.
  5. Push them to your fork.
  6. 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 allanjuansil@gmail.com and we’ll try our best. Keep in mind that refactorings are more than welcome!