Wheaton Fab Academy Group Documentation is sosososo fun!
This site is for documenting group work for Fab Academy at Wheaton College.
Wheaton fab students should edit this site collaboratively
to create pages documenting the group work for their weekly assignments, and link to
the appropriate page from their individual Fab Academy pages.
Some reminders for students:
- All files must be be in public/ to be visible on the site
- Use subdirectories to organize content by week and by separate groups
- Since multiple people may be working in this repo simultaneously, make sure you `git pull` frequently to get the latest changes, especially before you `git push`.
- If your changes conflict with someone else's, you'll need to
edit the text to pick which version you want to keep (or combine them),
remove the conflict markers
<<<<<<< HEAD
,
=======
and >>>>>>>
, and then git add
, git commit
and git push
again.
Weekly Assignments
- Week 4: Embedded Systems Programming
- Week 5: 3D scanning and printing
- Week 6: Electronics Design
- ... etc...