https://github.com/statuscakedev/portal
StatusCake Developers Portal
https://github.com/statuscakedev/portal
documentation statuscake
Last synced: 7 days ago
JSON representation
StatusCake Developers Portal
- Host: GitHub
- URL: https://github.com/statuscakedev/portal
- Owner: StatusCakeDev
- Created: 2022-07-19T17:13:10.000Z (almost 4 years ago)
- Default Branch: master
- Last Pushed: 2026-04-20T21:44:44.000Z (2 months ago)
- Last Synced: 2026-04-20T23:33:58.531Z (2 months ago)
- Topics: documentation, statuscake
- Language: TypeScript
- Homepage: http://developers.statuscake.com/
- Size: 5.21 MB
- Stars: 0
- Watchers: 2
- Forks: 1
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- Codeowners: .github/CODEOWNERS
Awesome Lists containing this project
README
# Portal 
StatusCake developer portal built using [Docusaurus 2](https://docusaurus.io/),
a modern static website generator.
## Prerequisites
You will need the following things properly installed on your computer.
- [Git](https://git-scm.com/)
- [Node.js](https://nodejs.org/en/)
## Installation
- `git clone ` this repository
- `cd portal`
- `yarn`
## Running / Development
- `yarn start`
- Visit your app at [http://localhost:3000](http://localhost:3000).
### 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](https://github.com/StatusCakeDev/portal/actions/workflows/deploy.yaml)
tab.
## Further Reading / Useful Links
- [Node.js](https://nodejs.org/en/)
- [Docusaurus](https://docusaurus.io/)