Skip to content

Commit dfa9eb5

Browse files
committed
updates readme with deploy info
1 parent 6fcf62d commit dfa9eb5

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

README.md

+8
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
# CSV Simple Search
22

3+
http://devprogress.us/csv-simple-search
4+
35
## Trello cards
46

57
- [CSV Search Interface Tool](https://trello.com/c/IPXKBVOS)
@@ -19,3 +21,9 @@
1921
- all source files are in `/src`.
2022
- new CSS files can be added (if needed) by: `import 'filename.css'`. They will be automatically included in the index.html file with appropriate vendor prefixes added (so no need to add your own). They will still cascade so be careful of naming collisions.
2123
- @alexyaseen is happy to answer any React or ES6 questions.
24+
25+
## Deploying
26+
27+
**only deploy from `master`, and only if all tests are passing**
28+
29+
- `npm run deploy` will automatically run `npm run build` on your current branch and then push the contents of the dist folder to the `gh-pages` branch. Running this command will result in a deploy to the live website, so please use caution before running.

0 commit comments

Comments
 (0)