Skip to content

Latest commit

 

History

History
38 lines (24 loc) · 961 Bytes

README.md

File metadata and controls

38 lines (24 loc) · 961 Bytes

Portal test

StatusCake developer portal built using Docusaurus 2, a modern static website generator.

Prerequisites

You will need the following things properly installed on your computer.

Installation

  • git clone <repository-url> this repository
  • cd portal
  • yarn

Running / Development

Building

  • yarn build

Deployment

The website is automatically published when an update is pushed to the master branch. The state of any active deployment task can be seen in the GitHub Actions tab.

Further Reading / Useful Links