irvlutd.github.io redirects to https://labs.utdallas.edu/irvl.
- Git clone
git clone https://github.com/IRVLUTD/irvlutd.github.io
- Create a new branch with project alias. E.g. FewSOL
git checkout -b <project-alias>
- Create a new folder named <project-alias>
mkdir <project-alias>; cd <project-alias>
- Place all the necessary files in <project-alias>. See FewSOL to get started.
index.html
file used for rendering the project page. - Commit and push to the <project-alias> branch
- Create a pull request to the main branch