Skip to content

Commit

Permalink
Add aframe poc client with microbit asset
Browse files Browse the repository at this point in the history
  • Loading branch information
bcopy committed Jul 12, 2024
1 parent 542833d commit 1066ff7
Show file tree
Hide file tree
Showing 13 changed files with 6,269 additions and 0 deletions.
4 changes: 4 additions & 0 deletions modules/client-mobile-aframe/.fiveserverrc
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
{
"port": 8085,
"root": "www"
}
26 changes: 26 additions & 0 deletions modules/client-mobile-aframe/.gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
# Logs
logs
*.log
npm-debug.log*

# Dependency directories
node_modules/
jspm_packages/

# TypeScript v1 declaration files
typings/

# TypeScript cache
*.tsbuildinfo

# Optional npm cache directory
.npm


# dotenv environment variables file
.env

# webpack generate output
dist
bin/
www/bundle.js
1 change: 1 addition & 0 deletions modules/client-mobile-aframe/.npmrc
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
auto-install-peers=true
Loading

0 comments on commit 1066ff7

Please sign in to comment.