Skip to content

guardian/open-platform-site

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

open-platform-site

Running Locally

Install gulp

cd build
npm install gulp

Run gulp

cd build
npx gulp

Viewing documentation locally

We use the content negotiation on GitHub Pages to resolve paths without a file extension e.g. tag.html is resolved as tag by GitHub Pages. When running locally to view the file add back the file extension e.g. http://localhost:18080/documentation/tag.html