Skip to content

Commit

Permalink
Adding metaverse (three.js) components to #3
Browse files Browse the repository at this point in the history
  • Loading branch information
Gizmotronn committed Mar 1, 2022
1 parent 8d8cae2 commit e911370
Show file tree
Hide file tree
Showing 2 changed files with 23 additions and 0 deletions.
12 changes: 12 additions & 0 deletions world/index.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
<!DOCTYPE html>
<html>

<head>
<title>Kinetika Metaverse</title>
</head>

<body>

</body>

</html>
11 changes: 11 additions & 0 deletions world/package.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
{
"name": "sk-world",
"version": "1.0.0",
"description": "skinetics.tech JS metaverse testing",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "",
"license": "ISC"
}

0 comments on commit e911370

Please sign in to comment.