Skip to content

Latest commit

 

History

History
35 lines (21 loc) · 877 Bytes

File metadata and controls

35 lines (21 loc) · 877 Bytes

Internal Red Tape Reduction Report

This repository powers a web version of the Blueprint 2020 report: Cutting Internal Red Tape – Building a Service Culture.

Usage instructions

Installing

Development of this website requires Hugo and npm.

After cloning the repository, run:

npm install

to install the gh-pages package used for deployments.

Local development

For local development, use Hugo's built-in server:

hugo server -D --disableFastRender

To deploy updates to GitHub pages, use:

npm run deploy

This is a volunteer project and is not affiliated with the Government of Canada.