The ACM-UIUC SIGGraph Website
(Create-react-app + Bootstrap v4)
To contribute to the site, you must be a part of SIGGraph UIUC:
- Make changes to https://github.com/SIGGraph-UIUC/siggraph, a fork of the original acm-uiuc repository
- Test those changes via
$ yarn run start
which creates a local development server - Use a Pull Request to merge those changes to the master branch
- Upon approval, have someone run
They should then check that the deployment at https://siggraph.acm.illinois.edu looks correct.
$ git checkout master $ git pull $ yarn run deploy
- Finally, you can make a PR from the fork to the original repository