What is this branch?

This is the master branch of the colours project.

What does it do?

The master branch contains the latest and up-to-date elements of the project to design, build and run tests against. All changes will be merged downstream into the feature branches for the test branch to accommodate.

How do I install it?

Nothing to install. Clone the repository locally.

How do I use it?

Start a simple HTTP web server in the main repository directory. For example: python -m SimpleHTTPServer 8080

Once you have a HTTP server running, you can navigate to the home page at a location such as localhost:8080

Select a colour from the range available to see the result of your selection, or customise your own colours based on the features available.

back