Skip to content

gpilab/gpilab.github.io

Repository files navigation

Installing

$ git clone https://github.com/gpilab/gpilab.github.io.git gpi_website
$ cd gpi_website
$ pip install -r requirements.txt

Running

$ make html
$ make serve

The website should now be running on localhost:8000.

Publish

$ make html
$ make github