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

Latest commit

 

History

History
25 lines (18 loc) · 1.69 KB

readme.md

File metadata and controls

25 lines (18 loc) · 1.69 KB

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