- Add the folder containing instructions into the assignments folder.
- Go to the script.js file in the root of /assignments.
- Edit line 2 with the correct assignment name: accepted types are:
hw{number}
lab{number}
midterm
final
- Ex.
hw1
,lab10
,final
.
- Add, commit, and push your changes.
- Mirror this repository.
- Create a new repository on the webdesigndecal Github organization.
- Open your terminal to a directory of your choice (ex.
Documents/wdd
) - Run
git clone --bare https://github.com/webdesigndecal/sp24.git
cd sp24
- Run
git push --mirror https://github.com/webdesigndecal/fa24.git
cd ..
, andrm -rf sp24
- Delete all folders inside of the
/assignments
folder, and reset the array inassignments/script.js
to an empty array. - Update this README and index files changing sp24 to fa24.