geelen / typeslab

Simple, shareable typographic posters
http://typeslab.com
GNU Affero General Public License v3.0
287 stars 33 forks source link

TypeSlab

simple, shareable typographic posters

Some good examples at https://twitter.com/typeslab

Developing

To build this project yourself, do the following:

npm install -g jspm jspm-server
jspm install
jspm-server src

Then http://localhost:8080 should open and you should have a live-reloading hot-swapping dev server!

Note: only .amcss and .jsx files are hot-loaded, the rest requires a full browser reload. With JSPM that can take several seconds.

Also, you don't actually need to npm install anything dev on this project i.e. gulp isn't used for development. JSPM is all you need to get hacking, changing fonts & colour schemes and sending screenshots & PRs. Neato!

Building

To build a minified, bundled version of the project, you will need to npm install, and then run gulp build. In your dist directory you have a static build.

Related Projects

All under development, all by me, and all super early. So send me issues and PRs!

License

GNU Affero General Public License