mirror of
https://github.com/reactos/developer-web-interface.git
synced 2024-11-22 19:39:57 +00:00
Web Interface for ReactOS CI services
f62f9e5c94
Bumps [websocket-extensions](https://github.com/faye/websocket-extensions-node) from 0.1.3 to 0.1.4. - [Release notes](https://github.com/faye/websocket-extensions-node/releases) - [Changelog](https://github.com/faye/websocket-extensions-node/blob/master/CHANGELOG.md) - [Commits](https://github.com/faye/websocket-extensions-node/compare/0.1.3...0.1.4) Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> |
||
---|---|---|
client | ||
server/routes/api | ||
.eslintrc.json | ||
.gitignore | ||
app.js | ||
config-Env | ||
package.json | ||
README.md | ||
yarn.lock |
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
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
npm run dev