Skip to content

Sharing Guide

Paweł Murias edited this page Oct 4, 2018 · 1 revision

6Pad uses GitHub gists to publicly share your creations.

6Pad looks for three files in each gist:

  • main.p6
  • index.html (optional)
  • styles.css (optional)

To share your code with others:

  1. Create a gist with main.p6, index.html (if needed), and styles.css (if needed).
  2. Direct 6Pad to the gist ID. For example, to view https://gist.github.com/2710b5f7dee79b6238eb586987a9d368 in 6Pad, use the URL https://perl6.github.io/6pad/#2710b5f7dee79b6238eb586987a9d368.

Some example gists:

  • TODO
  • TODO
  • TODO

Happy sharing!

Clone this wiki locally