Skip to content

Commit

Permalink
Merge branch 'release/0.1.5.alpha'
Browse files Browse the repository at this point in the history
  • Loading branch information
zephenryus committed Dec 15, 2017
2 parents ce1b2a2 + d69a6cf commit 2a971bd
Show file tree
Hide file tree
Showing 6 changed files with 268 additions and 0 deletions.
Binary file modified README.md
Binary file not shown.
163 changes: 163 additions & 0 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

7 changes: 7 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,13 @@
{
"dependencies": {
"connect": "^3.6.5",
"imageutils": "0.0.6",
"serve-static": "^1.13.1",
"three": "^0.88.0"
},
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/zephenryus/botw-map-3d.git"
}
}
5 changes: 5 additions & 0 deletions server.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
var connect = require('connect');
var serveStatic = require('serve-static');
connect().use(serveStatic(__dirname)).listen(8080, function(){
console.log('Server running on http://localhost:8080/...');
});
86 changes: 86 additions & 0 deletions style.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

7 changes: 7 additions & 0 deletions style.css.map

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 2a971bd

Please sign in to comment.