This commit is contained in:
sorrelbri 2020-05-25 22:08:47 -07:00
parent 311013cf79
commit 56eed9cf2b
3 changed files with 3 additions and 1 deletions

1
dist/app.bundle.js vendored Normal file

File diff suppressed because one or more lines are too long

1
dist/index.html vendored Normal file
View file

@ -0,0 +1 @@
<!doctype html><html lang="en"><head><meta charset="UTF-8"><meta name="viewport" content="width=device-width,initial-scale=1"><title>Game of Life</title></head><body><aside id="controls"><h1>Game of Life</h1></aside><main><canvas id="game-field" width="500" height="300"></canvas></main><script src="app.bundle.js"></script></body></html>

View file

@ -9,7 +9,7 @@
"test": "jest",
"start": "webpack-dev-server --open --config webpack.dev.js",
"predeploy": "npm run build",
"deploy": "gh-pages -d dist"
"deploy": "git push git@github.com:sorrelbri/game-of-life.git -d dist"
},
"author": "",
"license": "MIT",