- 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}midtermfinal- 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
/assignmentsfolder, and reset the array inassignments/script.jsto an empty array. - Update this README and index files changing sp24 to fa24.