47 lines
1.2 KiB
Text
47 lines
1.2 KiB
Text
📁 teeoff/
|
|
📄 seed.sql
|
|
📄 docker-compose.yml
|
|
📄 schema.sql
|
|
📄 init.sql
|
|
📁 frontend/
|
|
📄 eslint.config.mjs
|
|
📄 next-env.d.ts
|
|
📄 tsconfig.json
|
|
📄 README.md
|
|
📄 next.config.ts
|
|
📄 postcss.config.mjs
|
|
📄 package-lock.json
|
|
📄 .gitignore
|
|
📄 package.json
|
|
📄 Dockerfile
|
|
📁 public/
|
|
📄 globe.svg
|
|
📄 vercel.svg
|
|
📄 Toppbilde-standard.jpg
|
|
📄 TeeOff-logo-Retina-1.png
|
|
📄 window.svg
|
|
📄 next.svg
|
|
📄 file.svg
|
|
📁 src/
|
|
📁 config/
|
|
📄 constants.ts
|
|
📁 app/
|
|
📄 FacilitySearch.tsx
|
|
📄 HeroSlider.tsx
|
|
📄 favicon.ico
|
|
📄 globals.css
|
|
📄 page.tsx
|
|
📄 layout.tsx
|
|
📁 golfbaner/
|
|
📁 [slug]/
|
|
📄 CourseDisplay.tsx
|
|
📄 page.tsx
|
|
📄 FacilityDetailView.tsx
|
|
📁 backend/
|
|
📄 scrape_nsg_3.py
|
|
📄 import_gallery.py
|
|
📄 scrape_golfamore1.3.py
|
|
📄 requirements.txt
|
|
📄 import_wp.py
|
|
📄 main.py
|
|
📄 Dockerfile
|