Skip to content

Latest commit

 

History

History
24 lines (18 loc) · 439 Bytes

README.md

File metadata and controls

24 lines (18 loc) · 439 Bytes

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