StatusCake developer portal built using Docusaurus 2, a modern static website generator.
You will need the following things properly installed on your computer.
git clone <repository-url>
this repositorycd portal
yarn
yarn start
- Visit your app at http://localhost:3000.
yarn build
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.