This commit is contained in:
Ayush Kumar Sinha 2019-09-29 22:59:21 +05:30
parent d2359747f0
commit 7d5308ef90

View File

@ -1,10 +1,10 @@
# Developer Web Interface for ReactOS
## About Project
## About The 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.
The 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
@ -22,7 +22,7 @@ cd client && npm install
---
On root Directory
In the root directory
```bash
npm run dev