Skip to content

Commit

Permalink
remove docs folder
Browse files Browse the repository at this point in the history
  • Loading branch information
keith-kurak committed Jun 19, 2024
1 parent 51fb83a commit a0ccf2f
Show file tree
Hide file tree
Showing 17 changed files with 230 additions and 2,536 deletions.
3 changes: 2 additions & 1 deletion app.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,8 @@
"expo-router"
],
"experiments": {
"typedRoutes": true
"typedRoutes": true,
"baseUrl": "/sh-garage-sale"
}
}
}
284 changes: 0 additions & 284 deletions docs/(tabs)/explore.html

This file was deleted.

284 changes: 0 additions & 284 deletions docs/(tabs)/index.html

This file was deleted.

284 changes: 0 additions & 284 deletions docs/+not-found.html

This file was deleted.

825 changes: 0 additions & 825 deletions docs/_expo/static/js/web/entry-fecebdb04d535b7a38fc298755e21c0e.js

This file was deleted.

284 changes: 0 additions & 284 deletions docs/_sitemap.html

This file was deleted.

Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file removed docs/assets/assets/images/[email protected]
Binary file not shown.
Binary file removed docs/assets/assets/images/[email protected]
Binary file not shown.
284 changes: 0 additions & 284 deletions docs/explore.html

This file was deleted.

Binary file removed docs/favicon.ico
Binary file not shown.
284 changes: 0 additions & 284 deletions docs/index.html

This file was deleted.

230 changes: 225 additions & 5 deletions package-lock.json

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

4 changes: 3 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,8 @@
"web": "expo start --web",
"test": "jest --watchAll",
"lint": "expo lint",
"web-build": "npx expo export -p web --output-dir docs"
"deploy": "gh-pages -t -d dist",
"predeploy": "expo export -p web"
},
"jest": {
"preset": "jest-expo"
Expand All @@ -27,6 +28,7 @@
"expo-status-bar": "~1.12.1",
"expo-system-ui": "~3.0.6",
"expo-web-browser": "~13.0.3",
"gh-pages": "^6.1.1",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-native": "0.74.2",
Expand Down
Empty file added public/.nojekyll
Empty file.

0 comments on commit a0ccf2f

Please sign in to comment.