Skip to content

Commit 7387726

Browse files
authored
Merge pull request #7 from reactos/readme-update
updated Readme
2 parents 454a2d1 + 197e700 commit 7387726

File tree

2 files changed

+34
-1
lines changed

2 files changed

+34
-1
lines changed

README.md

Lines changed: 29 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1,29 @@
1-
# Developer Web Interface for ReactOS (GSOC 2019)
1+
# Developer Web Interface for ReactOS
2+
3+
## About The Project
4+
5+
---
6+
7+
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.
8+
9+
### Installation
10+
11+
---
12+
13+
```bash
14+
git clone https://github.com/reactos/developer-web-interface.git
15+
npm install
16+
cd client && npm install
17+
```
18+
19+
> Create a .env file in root directory and include your GitHub API key ( check config-Env )
20+
21+
### Run Application
22+
23+
---
24+
25+
In the root directory
26+
27+
```bash
28+
npm run dev
29+
```

config-Env

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
//sample .env file
2+
/*create .env file with the fields given below
3+
/*when setting up this project on local machine
4+
5+
SECRET=<your github api access token>

0 commit comments

Comments
 (0)