File tree Expand file tree Collapse file tree 1 file changed +16
-1
lines changed Expand file tree Collapse file tree 1 file changed +16
-1
lines changed Original file line number Diff line number Diff line change 1
1
# [ siggraph website] ( https://acm-uiuc.github.io/siggraph/ )
2
+ The ACM-UIUC SIGGraph Website
2
3
3
- Create-react-app + Bootstrap v4
4
+ (Create-react-app + Bootstrap v4)
5
+
6
+ ## Contributing
7
+ To contribute to the site, you must be a part of SIGGraph UIUC:
8
+ 1 . Make changes to https://github.com/SIGGraph-UIUC/siggraph , a fork of the original acm-uiuc repository
9
+ 2 . Test those changes via ` $ yarn run start ` which creates a local development server
10
+ 3 . Use a Pull Request to merge those changes to the master branch
11
+ 4 . Upon approval, have someone run
12
+ ```
13
+ $ git checkout master
14
+ $ git pull
15
+ $ yarn run deploy
16
+ ```
17
+ They should then check that the deployment at https://siggraph-uiuc.github.io/siggraph looks correct.
18
+ 5. Finally, you can make a PR from the fork to the original repository
You can’t perform that action at this time.
0 commit comments