Skip to content

Commit

Permalink
Added Demo on github.io
Browse files Browse the repository at this point in the history
  • Loading branch information
c-klinger committed May 25, 2017
1 parent 06e4ed5 commit e4cf3f5
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
This is a [React](https://facebook.github.io/react/)-based implementation of Tim Urbans Life Calendar concept.
Watch the [Inside the mind of a master procrastinator TED Talk](https://www.ted.com/talks/tim_urban_inside_the_mind_of_a_master_procrastinator) if you want to learn more about the concept.

## Demo

Can be found on [here](https://c-klinger.github.io/react-life-calendar/).

## License

Copyright (c) 2017 Chris Klinger. Licensed under MIT license, see [LICENSE](LICENSE) for the full license.
6 changes: 5 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
"name": "react-life-calendar",
"version": "0.1.0",
"private": true,
"homepage": "https://c-klinger.github.io/react-life-calendar/",
"dependencies": {
"react": "^15.5.4",
"react-datepicker": "^0.46.0",
Expand All @@ -10,12 +11,15 @@
"react-scrollable-anchor": "^0.4.2"
},
"devDependencies": {
"gh-pages": "^1.0.0",
"react-scripts": "1.0.6"
},
"scripts": {
"start": "react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test --env=jsdom",
"eject": "react-scripts eject"
"eject": "react-scripts eject",
"predeploy": "npm run build",
"deploy": "gh-pages -d build"
}
}

0 comments on commit e4cf3f5

Please sign in to comment.