Site with code from #TeamTrees Live Stream.
To contribute your remixed version of the tree.
-
Add a folder in the Code directory with your sketch. Must have an index.html containing your sketch. You can also duplicate the
original
and modify it. -
Then add to index.md under sketches with the following format.
sketches:
# existing entries
- name: "Whatever you want to name it."
description: "A brief description this is optional."
creator: "Your name."
url: "directoryName" # This has to be the exact directory name that you created under /code.
- Create a pull request with the your changes.