A website for UW Software Engineering class of 2019.
Install dependencies:
npm install
Update index.html with new content:
node build.js
- Fork the repository
- Add a photo of yourself at
people/yourname.jpg. Try to keep the image around 500px wide - Add an object into the
peoplearray inpeople.jsonwith your name, photo, description, website, and GitHub username- You don't need to add the
http://to the beginning of the website, that gets added automatically.
- You don't need to add the
- Create a pull request
- The deployment process will take care of the rest once it's merged to
master!