Skip to content

Latest commit

 

History

History
19 lines (13 loc) · 372 Bytes

README.md

File metadata and controls

19 lines (13 loc) · 372 Bytes

welcome to GRACE

    the Git Revision Assisting Content Editor


C O N C E P T S

The core concept of GRACE is the 'kassette'

const kassette = [
    { path: 'one/1.md', className: 'one' },
    { path: 'two/2.md', className: 'two' },
    { path: 'three/3.md', className: 'three' }
];