Fixed homepage/demo url (oops\!)
This commit is contained in:
parent
785d45ab3f
commit
117ad2e82a
2 changed files with 4 additions and 3 deletions
|
@ -1,7 +1,8 @@
|
||||||
I created this project because a) I always wished there was a better way to
|
I created this project because a) I always wished there was a better way to
|
||||||
track the progress of my CubScouts in getting their ranks and b) I wanted to learn graphql with Apollo.
|
track the progress of my CubScouts in getting their ranks and b) I wanted to
|
||||||
|
learn graphql with Apollo.
|
||||||
|
|
||||||
Right now there is a [demo](https://bobjohnbob.github.io/elmman/) where you can tick off achievements for a single scout's wolf adventures. I've mostly built this project to learn graphql so I started there, there-fore it's not pretty (yet) but that is what I'll start working on next. Currently the demo is subscribing to live updates from a graph.cool generated API to know which achievements are checked off.
|
Right now there is a [demo](https://bobjohnbob.github.io/scouttracker/build) where you can tick off achievements for a single scout's wolf adventures. I've mostly built this project to learn graphql so I started there, there-fore it's not pretty (yet) but that is what I'll start working on next. Currently the demo is subscribing to live updates from a graph.cool generated API to know which achievements are checked off.
|
||||||
|
|
||||||
This project was bootstrapped with [Create React App](https://github.com/facebookincubator/create-react-app).
|
This project was bootstrapped with [Create React App](https://github.com/facebookincubator/create-react-app).
|
||||||
|
|
||||||
|
|
|
@ -2,7 +2,7 @@
|
||||||
"name": "scouts",
|
"name": "scouts",
|
||||||
"version": "0.1.0",
|
"version": "0.1.0",
|
||||||
"private": true,
|
"private": true,
|
||||||
"homepage": "https://bobjohnbob.github.io/elmman/",
|
"homepage": "https://bobjohnbob.github.io/scouttracker/build",
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"material-ui": "^0.18.6",
|
"material-ui": "^0.18.6",
|
||||||
"react": "^15.6.1",
|
"react": "^15.6.1",
|
||||||
|
|
Loading…
Reference in a new issue