Skip to content
This repository has been archived by the owner on Apr 3, 2024. It is now read-only.

Latest commit

 

History

History
27 lines (17 loc) · 815 Bytes

README.md

File metadata and controls

27 lines (17 loc) · 815 Bytes

Infrastructure Playbook Website

This website is built using Docusaurus 2, a modern static website generator. Contains all documentation related to Hackney AWS Infrastructure.

Any changes made to main will trigger a publish to https://playbook.hackney.gov.uk/Infrastructure-Playbook, but should you wish to develop locally:

Installation

yarn install

Local Development

yarn start

This command starts a local development server and open up a browser window. Most changes are reflected live without having to restart the server.

Build

yarn build

This command generates static content into the build directory and can be served using any static contents hosting service.