Skip to content

Commit 533cad4

Browse files
committed
Make live version
1 parent a2ab78c commit 533cad4

File tree

3 files changed

+5
-2
lines changed

3 files changed

+5
-2
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,4 @@ This project was bootstrapped with [Create React App](https://github.com/faceboo
44

55
An experiment in fractalization and component recursion.
66

7-
![](/growing-pythagoras-tree.gif)
7+
![](/react-tree.gif)

package.json

+4-1
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
"version": "0.0.1",
44
"private": true,
55
"devDependencies": {
6+
"gh-pages": "^0.12.0",
67
"react-scripts": "0.7.0"
78
},
89
"dependencies": {
@@ -11,10 +12,12 @@
1112
"react": "^15.4.0",
1213
"react-dom": "^15.4.0"
1314
},
15+
"homepage": "https://swizec.github.io/react-fractals",
1416
"scripts": {
1517
"start": "react-scripts start",
1618
"build": "react-scripts build",
1719
"test": "react-scripts test --env=jsdom",
18-
"eject": "react-scripts eject"
20+
"eject": "react-scripts eject",
21+
"deploy": "gh-pages -d build"
1922
}
2023
}

react-tree.gif

4.14 MB
Loading

0 commit comments

Comments
 (0)