Skip to content

Commit 1fbe034

Browse files
committed
feat: add additional pages, add app for testing in repo
1 parent 2e72053 commit 1fbe034

66 files changed

Lines changed: 643 additions & 186 deletions

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

.gitignore

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,2 @@
11
.DS_Store
2-
apps/
32
node_modules/

.gitmodules

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
[submodule "apps/audioguide-app"]
2+
path = apps/audioguide-app
3+
url = https://github.com/smartcompanion-app/audioguide-app

apps/.gitignore

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
*
2+
3+
!audioguide-app/
4+
!audioguide-app/**
5+
6+
!.gitignore

apps/audioguide-app

Submodule audioguide-app added at de90f5f

package-lock.json

Lines changed: 139 additions & 128 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
13.7 KB
15.5 KB
19.6 KB
12.1 KB
15.9 KB

0 commit comments

Comments
 (0)