-
Notifications
You must be signed in to change notification settings - Fork 3
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:
- Create a gist with main.p6, index.html (if needed), and styles.css (if needed).
- 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!