A free webapp to generate a calligraphy copybook with any text and some free typefaces. See a demo: Calligraphy Demo
1.0.0
Bruno Monteiro, also known as b'uno. (linkedin - twitter - facebook)
Calligraphy uses a number of open source projects to work properly:
- node.js - evented I/O for the backend
- Gulp - the streaming build system
- MaterializeCSS - a CSS Framework based on Material Design
- jQuery - duh
And of course Calligraphy itself is open source with a public repository.
You need Gulp installed globally:
$ npm i -g gulp...and Bower:
$ npm install -g bowerthen:
$ git clone https://github.com/bunomonteiro/Calligraphy.git calligraphy
$ cd calligraphy
$ npm install
$ bower install
$ gulpWant to contribute? Great!
Calligraphy uses Gulp + Browsersync for fast developing. Make a change in your file and instantanously see your updates!
Open your favorite Terminal and run these command.
$ gulp clean
$ gulp serveThe Calligraphy source code is issued under MIT license, a permissive free license, which means you can modify it as you please, and incorporate it into your own commercial or non-commercial software.
Free Software, Hell Yeah!