Creative with Code

Creative with Code is about experimenting with new technologies such as web graphics libraries, audio manipulation, and front end development frameworks. It’s not only a place to learn about technical aspects, but also somewhere to think about why and how we make the things we do (see design section).

Sometimes it’s fun to just make something,

and sometimes you need to make the right thing.

If what you’re making depends on how you’re feeling,

get Creative with Code - do something not nothing.

Contributing
# Fork this repository
# Clone your fork
jekyll serve --watch

git checkout -b feature_branch
# Implement your feature and tests
git add . && git commit
git push -u origin feature_branch
# Send a pull request for your feature branch