Skip to content

StatusCakeDev/portal

Repository files navigation

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