Skip to content

Commit 8db6f86

Browse files
authored
Merge pull request #32 from lagos-devs/enhancement/#25/update-readme
Enhancement/#25/update readme
2 parents 03f4a52 + dfc64f2 commit 8db6f86

File tree

4 files changed

+120
-14
lines changed

4 files changed

+120
-14
lines changed

CONTRIBUTING.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ If you find a bug or have some ideas for a feature or enhancement, please raise
77

88
## Get started!!
99

10-
All PRs on zhishi are based on existing issues. Go through the issues log to find those that are open and don't have the `in progress` label. Issues that have the `in progress` are already being worked on by somebody else.
10+
All PRs on `hiddenwisdom-react-js` are based on existing issues. Go through the issues log to find those that are open and don't have the `in progress` label. Issues that have the `in progress` are already being worked on by somebody else.
1111

1212
## Found an issue ticket that interests me!
1313

@@ -26,7 +26,7 @@ If you're contributing for the firs time, you should fork the repository first.
2626

2727
Navigate to the sugar repository, press Fork button, then
2828

29-
git clone https://github.com/YOUR-NAME/hiddenwisdom-react-js.git
29+
git clone https://github.com/YOUR-NAME/hiddenwisdom-react-js.git
3030
cd hiddenwisdom-react-js
3131
git remote add upstream https://github.com/lagos-devs/hiddenwisdom-react-js.git
3232
git fetch upstream

LICENSE

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
MIT License
2+
3+
Copyright (c) 2016 Hidden Wisdom
4+
5+
Permission is hereby granted, free of charge, to any person obtaining a copy
6+
of this software and associated documentation files (the "Software"), to deal
7+
in the Software without restriction, including without limitation the rights
8+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
9+
copies of the Software, and to permit persons to whom the Software is
10+
furnished to do so, subject to the following conditions:
11+
12+
The above copyright notice and this permission notice shall be included in all
13+
copies or substantial portions of the Software.
14+
15+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
16+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
17+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
18+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
19+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
20+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
21+
SOFTWARE.

README.md

Lines changed: 96 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,105 @@
1-
[![CircleCI](https://circleci.com/gh/lagos-devs/hiddenwisdom-react-js/tree/master.svg?style=svg)](https://circleci.com/gh/lagos-devs/hiddenwisdom-react-js/tree/master)
2-
[![Coverage Status](https://coveralls.io/repos/github/lagos-devs/hiddenwisdom-react-js/badge.svg?branch=master)](https://coveralls.io/github/lagos-devs/hiddenwisdom-react-js?branch=master)
1+
<p align="center">
2+
<strong style="font-size: 120px">Hidden Wisdom React</strong>
3+
</p>
4+
<p align="center">
5+
<a href="https://circleci.com/gh/lagos-devs/hiddenwisdom-react-js/tree/master">
6+
<img src="https://circleci.com/gh/lagos-devs/hiddenwisdom-react-js/tree/master.svg?style=svg"
7+
alt="CircleCI">
8+
</a>
9+
<a href="http://waffle.io/lagos-devs/hiddenwisdom-api">
10+
<img src="https://badge.waffle.io/lagos-devs/hiddenwisdom-react-js.svg?label=ready&title=Ready"
11+
alt="build status">
12+
</a>
13+
<a href="https://coveralls.io/github/lagos-devs/hiddenwisdom-react-js?branch=master">
14+
<img src="https://coveralls.io/repos/github/lagos-devs/hiddenwisdom-react-js/badge.svg?branch=master"
15+
alt="Coverage Status">
16+
</a>
17+
</p>
18+
<p align="center">
19+
<a href="https://github.com/lagos-devs/hiddenwisdom-react-js/graphs/contributors">
20+
<img src="https://img.shields.io/github/contributors/lagos-devs/hiddenwisdom-react-js.svg?maxAge=2592000?style=plastic"
21+
alt="GitHub contributors">
22+
</a>
23+
<a href="https://github.com/lagos-devs/hiddenwisdom-react-js/issues?q=is%3Aissue+is%3Aclosed">
24+
<img src="https://img.shields.io/github/issues-closed/lagos-devs/hiddenwisdom-react-js.svg?maxAge=2592000?style=plastic"
25+
alt="GitHub closed issues">
26+
</a>
27+
<a href="https://github.com/lagos-devs/hiddenwisdom-react-js/issues">
28+
<img src="https://img.shields.io/github/issues/lagos-devs/hiddenwisdom-react-js.svg?maxAge=2592000"
29+
alt="GitHub issues">
30+
</a>
31+
<a href="https://github.com/lagos-devs/hiddenwisdom-react-js/pulls">
32+
<img src="https://img.shields.io/github/issues-pr/lagos-devs/hiddenwisdom-react-js.svg?maxAge=2592000?style=plastic"
33+
alt="GitHub pull requests">
34+
</a>
35+
</p>
36+
<p align="center">
37+
<a href="https://github.com/lagos-devs/hiddenwisdom-react-js/blob/develop/LICENSE">
38+
<img src="https://img.shields.io/github/license/mashape/apistatus.svg?maxAge=2592000?style=plastic"
39+
alt="license">
40+
</a>
41+
</p>
42+
<p align="center"><sup><strong>Reviving our wealth cultural heritage of wisdom and proverbs</strong></sup></p>
343

444

5-
# Hidden Wisdom React
45+
## [SETUP]()
46+
This is the Frontend React based app for Hidden Wisdom.
647

7-
This is the Frontend React based app for hidden wisdom
48+
### Prerequisites
849

9-
## Setup the app
50+
Install [Node.js](http://nodejs.org)
51+
- on OSX use [homebrew](http://brew.sh) `brew install node`
52+
- on Windows use [chocolatey](https://chocolatey.org/) `choco install nodejs`
1053

11-
1. Clone the app: `git clone https://github.com/lagos-devs/hiddenwisdom-react-js.git`
12-
2. Install dependences: `npm install`
13-
3. Ensure you have `babel-cli` on your system: `npm install -g babel-cli`
14-
4. Start the application: `npm start`
54+
### Clone
1555

16-
## Contribute
56+
Navigate to your work directory and clone the project
57+
```bash
58+
$ git clone https://github.com/<YOUR-NAME>/hiddenwisdom-react-js.git
59+
$ cd hiddenwisdom-react-js
60+
```
1761

18-
New and exiting contributors are welcome!
62+
### Install
63+
64+
Navigate to `hiddenwisdom-react-js` directory, then run `npm install` to install Node packages, ensure you have `babel-cli` on your system
65+
```bash
66+
$ npm install -g webpack
67+
$ npm install -g babel-cli
68+
$ npm install
69+
```
70+
71+
### Start the Server
72+
73+
Run `npm start` to start `hiddenwisdom-react-js` server
74+
```bash
75+
$ npm start
76+
```
77+
78+
### Lint
79+
80+
Run code analysis using below command.
81+
```bash
82+
$ npm run lint
83+
$ npm run lint:watch
84+
```
85+
86+
### Test
87+
88+
Run the unit tests using below command (via mocha).
89+
```bash
90+
$ npm run test
91+
$ npm run test:watch
92+
$ npm run test:coverage
93+
```
94+
95+
96+
## [CONTRIBUTING](CONTRIBUTING.md)
97+
98+
New and exciting contributors are welcome!
1999

20100
Please read through the [CONTRIBUTING GUIDE](https://github.com/lagos-devs/hiddenwisdom-react-js/blob/develop/CONTRIBUTING.md) before picking up/raising an issue. It's quite short :)
101+
102+
103+
## [LICENSE](LICENSE)
104+
105+
MIT License

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
"build": "babel-node tools/build.js",
2424
"postbuild": "babel-node tools/distServer.js"
2525
},
26-
"license": "ISC",
26+
"license": "MIT",
2727
"dependencies": {
2828
"babel-polyfill": "6.8.0",
2929
"babel-runtime": "6.6.1",

0 commit comments

Comments
 (0)