Commit 8798263 1 parent 7561675 commit 8798263 Copy full SHA for 8798263
File tree 4 files changed +22
-10
lines changed
4 files changed +22
-10
lines changed Original file line number Diff line number Diff line change @@ -22,3 +22,6 @@ indent_size = 2
22
22
23
23
[package.json ]
24
24
indent_size = 2
25
+
26
+ [* .md ]
27
+ indent_size = 2
Original file line number Diff line number Diff line change
1
+ {
2
+ "commands-show-output": false
3
+ }
Original file line number Diff line number Diff line change 1
- # React components for https://admin.travi.org
1
+ # React components for < https://admin.travi.org >
2
2
3
3
[ ![ Build Status] ( https://img.shields.io/travis/travi/admin.travi.org-components.svg?style=flat )] ( https://travis-ci.org/travi/admin.travi.org-components )
4
4
[ ![ Coverage Status] ( http://img.shields.io/coveralls/travi/admin.travi.org-components.svg?style=flat )] ( https://coveralls.io/r/travi/admin.travi.org-components?branch=master )
9
9
[ ![ license] ( https://img.shields.io/github/license/travi/admin.travi.org-components.svg )] ( LICENSE )
10
10
[ ![ Commitizen friendly] ( https://img.shields.io/badge/commitizen-friendly-brightgreen.svg )] ( http://commitizen.github.io/cz-cli/ )
11
11
12
-
13
12
## Install
14
- ```
13
+
14
+ ``` bash
15
15
$ npm install @travi/admin.travi.org-components --save-dev
16
16
```
17
17
18
- ## View the components
18
+ ## View a demo of the components
19
19
20
20
The latest version of the components are hosted [ on GitHub Pages] ( https://travi.github.io/admin.travi.org-components )
21
21
22
22
## Key Technology
23
+
23
24
- [x] [ npm] ( https://npmjs.com )
24
25
- [x] [ React] ( https://facebook.github.io/react/ )
25
26
- [x] [ React Storybook] ( https://github.com/kadirahq/react-storybook )
26
- * Addons
27
- - [ x] [ specifications] ( https://github.com/mthuret/storybook-addon-specifications )
28
- - [ x] [ info] ( https://github.com/kadirahq/react-storybook-addon-info )
27
+ - Addons
28
+ - [x] [ specifications] ( https://github.com/mthuret/storybook-addon-specifications )
29
+ - [x] [ info] ( https://github.com/kadirahq/react-storybook-addon-info )
29
30
- [x] [ CSS Modules] ( https://github.com/css-modules/css-modules )
30
31
- [x] [ Sass] ( http://sass-lang.com/ )
31
32
32
33
## Local Development
33
34
34
35
### Install dependencies
35
36
36
- ```
37
+ ``` bash
37
38
$ nvm install
38
39
$ npm install
39
40
```
40
41
41
42
### View the components
42
- ```
43
+
44
+ ``` bash
43
45
$ npm start
44
46
```
45
47
46
48
### Run verification
47
- ```
49
+
50
+ ``` bash
48
51
$ npm test
49
52
```
Original file line number Diff line number Diff line change 3
3
"version" : " 0.11.1" ,
4
4
"description" : " React components for https://admin.travi.org" ,
5
5
"scripts" : {
6
+ "lint:md" : " globstar --node -- markdownlint **/*.md" ,
6
7
"test" : " grunt && run-s test:*" ,
7
8
"test:integration" : " mocha stories/ -r .storybook/mocha-config.js --compilers js:babel-register" ,
8
9
"start" : " start-storybook -p 9002" ,
52
53
"enzyme" : " 2.7.0" ,
53
54
"file-loader" : " 0.9.0" ,
54
55
"gh-pages" : " 0.12.0" ,
56
+ "globstar" : " 1.0.0" ,
55
57
"greenkeeper-postpublish" : " 1.0.1" ,
56
58
"grunt" : " 1.0.1" ,
57
59
"grunt-babel" : " 6.0.0" ,
69
71
"istanbul" : " 1.0.0-alpha.2" ,
70
72
"jsdom" : " 9.9.1" ,
71
73
"load-grunt-config" : " 0.19.2" ,
74
+ "markdownlint-cli" : " 0.2.0" ,
72
75
"mocha" : " 3.2.0" ,
73
76
"node-sass" : " 4.3.0" ,
74
77
"npm-run-all" : " 4.0.1" ,
You can’t perform that action at this time.
0 commit comments