Web Interface for ReactOS CI services
Go to file
Ayush Kumar Sinha 1f116a3e29 updated Readme
2019-09-17 22:30:48 +05:30
client Added redux-logger 2019-08-15 19:35:29 +03:00
.eslintrc.json tabs replaced with spaces 2019-06-22 14:02:35 +05:30
.gitignore initial commit 2019-05-29 15:40:16 +05:30
app.js Testman integration (#4) 2019-08-15 18:45:23 +03:00
config-Env updated Readme 2019-09-17 22:30:48 +05:30
package-lock.json Testman integration (#4) 2019-08-15 18:45:23 +03:00
package.json Testman integration (#4) 2019-08-15 18:45:23 +03:00
README.md updated Readme 2019-09-17 22:30:48 +05:30

Developer Web Interface for ReactOS

About Project


Developer Web Interface for ReactOS is a web tool 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


On root Directory

npm run dev