Skip to content

Commit a977db9

Browse files
authored
Add brewery directory (#7)
* chore: Add just-debounce and snake-case utilities * feat: Add initial brewery directory * feat: Add optional page param * chore: Add svelte-icons * chore: file reorg * fix: Documentation * chore: update gitignore * chore: update sveltekit * feat: Add /breweries page * feat: Use PUBLIC_API_URL environment variable Allows to specify a local API server so that you can test both at the same time. * fix: Generic imports for safety * Add metadata * remove console log * Update sveletkit and vite * fix: DirectoryMeta brewery offset logic * wip: Individual brewery pages * wip: SEO updates * Update SEO * OG & Twitter meta cleanup * Update single Brewery page * Update link colors * fix nulls * fix margins
1 parent 9294e12 commit a977db9

Some content is hidden

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

41 files changed

+1449
-3242
lines changed

.gitignore

+4-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
.DS_Store
2-
node_modules
2+
.env*
3+
.netlify
4+
/node_modules
35
/.svelte-kit
46
/package
57
/build
6-
.netlify
8+

0 commit comments

Comments
 (0)