Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/acm-uiuc/siggraph
https://github.com/acm-uiuc/siggraph
Last synced: about 21 hours ago
JSON representation
- Host: GitHub
- URL: https://github.com/acm-uiuc/siggraph
- Owner: acm-uiuc
- Created: 2019-02-26T02:08:11.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2023-02-07T16:31:47.000Z (almost 2 years ago)
- Last Synced: 2024-04-09T11:30:30.698Z (7 months ago)
- Language: JavaScript
- Size: 14.1 MB
- Stars: 0
- Watchers: 11
- Forks: 1
- Open Issues: 13
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# [siggraph website](https://siggraph.acm.illinois.edu)
The ACM-UIUC SIGGraph Website(Create-react-app + Bootstrap v4)
## Contributing
To contribute to the site, you must be a part of SIGGraph UIUC:
1. Make changes to https://github.com/SIGGraph-UIUC/siggraph, a fork of the original acm-uiuc repository
2. Test those changes via `$ yarn run start` which creates a local development server
3. Use a Pull Request to merge those changes to the master branch
4. Upon approval, have someone run
```
$ git checkout master
$ git pull
$ yarn run deploy
```
They should then check that the deployment at https://siggraph.acm.illinois.edu looks correct.
5. Finally, you can make a PR from the fork to the original repository