/icmlviz.github.io

website for ICML visualization workshop

Primary LanguageCSS

ICMLViz

The ICMLViz workshop homepage

View the live page for this template here

To test and build it locally. First install Jekyll:

	gem install jekyll

Then clone this project:

	git clone https://github.com/byeah/ICMLViz.git
	cd ICMLViz
	jekyll serve

Then view the page at http://localhost:4000/ICMLViz

Have fun!