https://github.com/reactos/developer-web-interface
Web Interface for ReactOS CI services
https://github.com/reactos/developer-web-interface
Last synced: 7 months ago
JSON representation
Web Interface for ReactOS CI services
- Host: GitHub
- URL: https://github.com/reactos/developer-web-interface
- Owner: reactos
- Created: 2019-05-29T06:13:51.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2023-01-05T00:06:26.000Z (about 3 years ago)
- Last Synced: 2025-06-08T04:42:53.780Z (8 months ago)
- Language: JavaScript
- Homepage:
- Size: 2.5 MB
- Stars: 13
- Watchers: 9
- Forks: 16
- Open Issues: 26
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Developer Web Interface for ReactOS
## About The Project
---
The Developer Web Interface for ReactOS is a web tool meant to support the development of ReactOS. The main goal of this project is to develop a platform for ReactOS developers to easily track Commits, Builds and Test details. The web Interface makes API calls to various endpoints of GitHub, BuildBot and Testman API and interrelates them and renders a simplified view of Commit, Build and Test details at one place.
### Installation
---
```bash
git clone https://github.com/reactos/developer-web-interface.git
npm install
cd client && npm install
```
> Create a .env file in root directory and include your GitHub API key ( check config-Env )
### Run Application
---
In the root directory
```bash
npm run dev
```