Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/statuscakedev/portal
StatusCake Developers Portal
https://github.com/statuscakedev/portal
documentation statuscake
Last synced: about 2 months ago
JSON representation
StatusCake Developers Portal
- Host: GitHub
- URL: https://github.com/statuscakedev/portal
- Owner: StatusCakeDev
- Created: 2022-07-19T17:13:10.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2024-07-08T19:34:59.000Z (6 months ago)
- Last Synced: 2024-07-09T00:28:17.832Z (6 months ago)
- Topics: documentation, statuscake
- Language: TypeScript
- Homepage: http://developers.statuscake.com/
- Size: 3.02 MB
- Stars: 0
- Watchers: 4
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Codeowners: .github/CODEOWNERS
Awesome Lists containing this project
README
# Portal ![test](https://github.com/StatusCakeDev/portal/workflows/test/badge.svg?event=push)
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/)