JavaScript based website to pick HEX or RGB colors
If you have any issues with the page please create new issue here
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.
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.
This project is licensed under the MIT. See the LICENSE file for details