Skip to content

Commit

Permalink
added gh-pages so this Node app can run in github pages
Browse files Browse the repository at this point in the history
  • Loading branch information
sbecker11 committed Sep 9, 2024
1 parent bf94534 commit dda71bd
Show file tree
Hide file tree
Showing 5 changed files with 610 additions and 31 deletions.
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ out

# Nuxt.js build / generate output
.nuxt
dist
# dist

# Gatsby files
.cache/
Expand Down
15 changes: 15 additions & 0 deletions dist/index.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Three.js Animation</title>
<style>
body { margin: 0; }
canvas { display: block; }
</style>
<script defer src="index_bundle.js"></script></head>
<body>
<!-- The script tag, "dist/index_bundle.js", will be injected by HtmlWebpackPlugin -->
</body>
</html>
168 changes: 168 additions & 0 deletions dist/index_bundle.js

Large diffs are not rendered by default.

Loading

0 comments on commit dda71bd

Please sign in to comment.