Feed your inspiration, every Sunday morning.
Each MailTape issue is the result of a collaborative work between a featured guest who curates the three first tracks, a curator who completes the selection, an illustrator and a writer.
Dancers, musicians, illustrators, writers, researchers, artists and creators of all kinds are following MailTape.
We're a not-for-profit art collective.
Coded with love in Berlin, Toulouse and Paris.
ImaCrea.
Feel free to make a pull request, we're very open to collaboration :)
Pre-requisites:
- Ruby 2.x.x installed (see Installing Ruby)
$ gem install bundler
$ bundle i
$ bundle exec jekyll serve
This serves MailTape on port 4000. Visit http://127.0.0.1:4000/ to check the changes you're making locally.
If you have Docker installed, you can run Jekyll without installing it with the following command:
docker run --rm \
--volume="$PWD:/srv/jekyll" \
--volume="$PWD/vendor/bundle:/usr/local/bundle" \
--env JEKYLL_ENV=development \
-p 4000:4000 jekyll/jekyll:3.8 \
jekyll serve --incremental
Then visit http://127.0.0.1:4000/ as described previously.