Skip to content
This repository has been archived by the owner on Jan 23, 2022. It is now read-only.

IgorKowalczyk/color-picker

Repository files navigation

Color Picker

JavaScript based website to pick HEX or RGB colors

Jekyll GitHub License Version Discord

Issues

If you have any issues with the page please create new issue here

Development

To set up your environment to develop this page, run bundle install.

To test site, run bundle exec jekyll serve and open your browser at http://localhost:4000. This starts a Jekyll server using your config and the contents. As you make modifications, your site will regenerate and you should see the changes in the browser after a refresh.

Pull Requests

When submitting a pull request:

  • Clone the repo.
  • Create a branch off of master and give it a meaningful name (e.g. my-awesome-new-feature).
  • Open a pull request on GitHub and describe the feature or fix.

License

This project is licensed under the MIT. See the LICENSE file for details