BSidesDFW_2023_Badge

This is where all the files for BSidesDFW_2023_Badge will be stored.
This includes code and art and cad and fab files. All the things.

File Structure

This is the file structure of this repository

  • / - YOU ARE HERE
  • /art/ - Artwork and other graphics created by this project
    • /art/inspiration/ - Art and graphics pulled from other sources used as inspiration for this project
    • /art/fonts/ - Fonts used in art and graphics
  • /code/ - All project related Code / Firmware
  • /docs/ - Documentation created by this project including web pages
  • /eda/ - Electronic Design Automation files (i.e. KiCad)
  • /reference_parts/ - Documentation pulled from other sources related to components
  • ./README.md - This File
  • ./LICENSE - Currently set to MIT

Note: the reference_parts directory is a link to a submodule repository. To add it use the following cmd after cloning this:

git submodule add https://github.com/gowenrw/reference_parts reference_parts

This will make a link to the current commit of that repo. To update it to a newer commit after its been added use this cmd:

git submodule update --init --recursive