commit cfd936e5faf99f56ef5856be54dabbed9407a1b8 Author: aarbit Date: Sun May 17 23:21:33 2026 -0500 Initial commit. diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..a547bf3 --- /dev/null +++ b/.gitignore @@ -0,0 +1,24 @@ +# Logs +logs +*.log +npm-debug.log* +yarn-debug.log* +yarn-error.log* +pnpm-debug.log* +lerna-debug.log* + +node_modules +dist +dist-ssr +*.local + +# Editor directories and files +.vscode/* +!.vscode/extensions.json +.idea +.DS_Store +*.suo +*.ntvs* +*.njsproj +*.sln +*.sw? diff --git a/README.md b/README.md new file mode 100644 index 0000000..19a6401 --- /dev/null +++ b/README.md @@ -0,0 +1,3 @@ +# Scavenger Hunt Front End + +Svelte front end for a community scavenger hunt app. \ No newline at end of file