Skip to content

Latest commit

 

History

History
13 lines (7 loc) · 844 Bytes

README.md

File metadata and controls

13 lines (7 loc) · 844 Bytes
Koral

Koral is a Version Control system for designers. It's completely free and Open-Source. This repository contains the source of the public website.

Koral is currently a work in progress.

How this repository works

For organization repositories GitHub requires the master branch to be the one representing the domain on GitHub Pages (which we use to power koral.io).

This repository works in a slightly different way to accomodate that: source is the default branch, while master represents the GitHub Pages site.

To make changes, edit the contents of the source branch, then build it for GitHub Pages using the command gulp deploy. Never make edits directly on master.