Skip to content

Latest commit

 

History

History
23 lines (15 loc) · 463 Bytes

File metadata and controls

23 lines (15 loc) · 463 Bytes

Website

PINTS website (https://www.cs.ox.ac.uk/projects/PINTS/)

Install

  • Install Hugo
  • Clone the repo recursively, e.g. $ git clone git@github.com:pints-team/website.git --recursive
  • Run a test build: $ hugo

Testing

$ hugo server

Deployment

./deploy.sh

This requires you to have set up permissions to update the website from your local account (does your local username need to be your CS one?)