Skip to content

Latest commit

 

History

History
24 lines (16 loc) · 768 Bytes

File metadata and controls

24 lines (16 loc) · 768 Bytes

TeamTrees

Site with code from #TeamTrees Live Stream.

Live Stream Link

Contributing

To contribute your remixed version of the tree.

  1. 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.

  2. 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.
  1. Create a pull request with the your changes.