Skip to content

Repository files navigation

stia

πŸ—Ί Your travel companion that makes itineraries made effortless.

stia
β”œβ”€ .claude
β”‚  └─ settings.json
β”œβ”€ .devcontainer
β”œβ”€ .docs
β”œβ”€ .husky
β”‚  β”œβ”€ pre-commit
β”‚  └─ _
β”‚     β”œβ”€ applypatch-msg
β”‚     β”œβ”€ commit-msg
β”‚     β”œβ”€ h
β”‚     β”œβ”€ husky.sh
β”‚     β”œβ”€ post-applypatch
β”‚     β”œβ”€ post-checkout
β”‚     β”œβ”€ post-commit
β”‚     β”œβ”€ post-merge
β”‚     β”œβ”€ post-rewrite
β”‚     β”œβ”€ pre-applypatch
β”‚     β”œβ”€ pre-auto-gc
β”‚     β”œβ”€ pre-commit
β”‚     β”œβ”€ pre-merge-commit
β”‚     β”œβ”€ pre-push
β”‚     β”œβ”€ pre-rebase
β”‚     └─ prepare-commit-msg
β”œβ”€ .npmrc
β”œβ”€ .nvmrc
β”œβ”€ AGENTS.md
β”œβ”€ apps
β”‚  β”œβ”€ mobile
β”‚  β”‚  β”œβ”€ .expo
β”‚  β”‚  β”‚  β”œβ”€ dev
β”‚  β”‚  β”‚  β”‚  └─ logs
β”‚  β”‚  β”‚  β”‚     └─ start.log
β”‚  β”‚  β”‚  β”œβ”€ devices.json
β”‚  β”‚  β”‚  β”œβ”€ README.md
β”‚  β”‚  β”‚  β”œβ”€ types
β”‚  β”‚  β”‚  β”‚  └─ router.d.ts
β”‚  β”‚  β”‚  └─ web
β”‚  β”‚  β”‚     └─ cache
β”‚  β”‚  β”‚        └─ production
β”‚  β”‚  β”‚           └─ images
β”‚  β”‚  β”‚              └─ favicon
β”‚  β”‚  β”‚                 └─ favicon-a4e030697a7571b3e95d31860e4da55d2f98e5e861e2b55e414f45a8556828ba-contain-transparent
β”‚  β”‚  β”‚                    └─ favicon-48.png
β”‚  β”‚  β”œβ”€ app.json
β”‚  β”‚  β”œβ”€ assets
β”‚  β”‚  β”‚  β”œβ”€ expo.icon
β”‚  β”‚  β”‚  β”‚  β”œβ”€ Assets
β”‚  β”‚  β”‚  β”‚  β”‚  β”œβ”€ expo-symbol 2.svg
β”‚  β”‚  β”‚  β”‚  β”‚  └─ grid.png
β”‚  β”‚  β”‚  β”‚  └─ icon.json
β”‚  β”‚  β”‚  └─ images
β”‚  β”‚  β”‚     β”œβ”€ android-icon-background.png
β”‚  β”‚  β”‚     β”œβ”€ android-icon-foreground.png
β”‚  β”‚  β”‚     β”œβ”€ android-icon-monochrome.png
β”‚  β”‚  β”‚     β”œβ”€ expo-badge-white.png
β”‚  β”‚  β”‚     β”œβ”€ expo-badge.png
β”‚  β”‚  β”‚     β”œβ”€ expo-logo.png
β”‚  β”‚  β”‚     β”œβ”€ favicon.png
β”‚  β”‚  β”‚     β”œβ”€ icon.png
β”‚  β”‚  β”‚     β”œβ”€ logo-glow.png
β”‚  β”‚  β”‚     β”œβ”€ react-logo.png
β”‚  β”‚  β”‚     β”œβ”€ react-logo@2x.png
β”‚  β”‚  β”‚     β”œβ”€ react-logo@3x.png
β”‚  β”‚  β”‚     β”œβ”€ splash-icon.png
β”‚  β”‚  β”‚     β”œβ”€ tabIcons
β”‚  β”‚  β”‚     β”‚  β”œβ”€ explore.png
β”‚  β”‚  β”‚     β”‚  β”œβ”€ explore@2x.png
β”‚  β”‚  β”‚     β”‚  β”œβ”€ explore@3x.png
β”‚  β”‚  β”‚     β”‚  β”œβ”€ home.png
β”‚  β”‚  β”‚     β”‚  β”œβ”€ home@2x.png
β”‚  β”‚  β”‚     β”‚  └─ home@3x.png
β”‚  β”‚  β”‚     └─ tutorial-web.png
β”‚  β”‚  β”œβ”€ eas.json
β”‚  β”‚  β”œβ”€ eslint.config.mts
β”‚  β”‚  β”œβ”€ expo-env.d.ts
β”‚  β”‚  β”œβ”€ index.ts
β”‚  β”‚  β”œβ”€ metro.config.js
β”‚  β”‚  β”œβ”€ nativewind-env.d.ts
β”‚  β”‚  β”œβ”€ package.json
β”‚  β”‚  β”œβ”€ postcss.config.mjs
β”‚  β”‚  β”œβ”€ src
β”‚  β”‚  β”‚  β”œβ”€ app
β”‚  β”‚  β”‚  β”‚  β”œβ”€ index.tsx
β”‚  β”‚  β”‚  β”‚  β”œβ”€ post
β”‚  β”‚  β”‚  β”‚  β”‚  └─ [id].tsx
β”‚  β”‚  β”‚  β”‚  └─ _layout.tsx
β”‚  β”‚  β”‚  β”œβ”€ constants
β”‚  β”‚  β”‚  β”‚  └─ theme.ts
β”‚  β”‚  β”‚  β”œβ”€ hooks
β”‚  β”‚  β”‚  β”‚  β”œβ”€ use-color-scheme.ts
β”‚  β”‚  β”‚  β”‚  β”œβ”€ use-color-scheme.web.ts
β”‚  β”‚  β”‚  β”‚  └─ use-theme.ts
β”‚  β”‚  β”‚  β”œβ”€ styles.css
β”‚  β”‚  β”‚  └─ utils
β”‚  β”‚  β”‚     β”œβ”€ api.tsx
β”‚  β”‚  β”‚     β”œβ”€ auth.ts
β”‚  β”‚  β”‚     β”œβ”€ base-url.ts
β”‚  β”‚  β”‚     └─ session-store.ts
β”‚  β”‚  β”œβ”€ tsconfig.json
β”‚  β”‚  └─ turbo.json
β”‚  └─ web
β”‚     β”œβ”€ .dockerignore
β”‚     β”œβ”€ .npmrc
β”‚     β”œβ”€ .prettierignore
β”‚     β”œβ”€ .prettierrc
β”‚     β”œβ”€ Dockerfile
β”‚     β”œβ”€ eslint.config.ts
β”‚     β”œβ”€ messages
β”‚     β”‚  └─ en.json
β”‚     β”œβ”€ next-env.d.ts
β”‚     β”œβ”€ next.config.ts
β”‚     β”œβ”€ package.json
β”‚     β”œβ”€ playwright.config.ts
β”‚     β”œβ”€ postcss.config.mjs
β”‚     β”œβ”€ public
β”‚     β”‚  β”œβ”€ favicon.ico
β”‚     β”‚  β”œβ”€ file.svg
β”‚     β”‚  β”œβ”€ globe.svg
β”‚     β”‚  β”œβ”€ next.svg
β”‚     β”‚  β”œβ”€ vercel.svg
β”‚     β”‚  └─ window.svg
β”‚     β”œβ”€ README.md
β”‚     β”œβ”€ src
β”‚     β”‚  β”œβ”€ app
β”‚     β”‚  β”‚  β”œβ”€ api
β”‚     β”‚  β”‚  β”‚  β”œβ”€ auth
β”‚     β”‚  β”‚  β”‚  β”‚  └─ [...all]
β”‚     β”‚  β”‚  β”‚  β”‚     └─ route.ts
β”‚     β”‚  β”‚  β”‚  └─ trpc
β”‚     β”‚  β”‚  β”‚     └─ [trpc]
β”‚     β”‚  β”‚  β”‚        └─ route.ts
β”‚     β”‚  β”‚  └─ [locale]
β”‚     β”‚  β”‚     β”œβ”€ (auth)
β”‚     β”‚  β”‚     β”‚  β”œβ”€ login
β”‚     β”‚  β”‚     β”‚  β”‚  β”œβ”€ page.tsx
β”‚     β”‚  β”‚     β”‚  β”‚  └─ _components
β”‚     β”‚  β”‚     β”‚  β”‚     β”œβ”€ login-form.tsx
β”‚     β”‚  β”‚     β”‚  β”‚     └─ login-google-button.tsx
β”‚     β”‚  β”‚     β”‚  β”œβ”€ password-forget
β”‚     β”‚  β”‚     β”‚  β”‚  β”œβ”€ page.tsx
β”‚     β”‚  β”‚     β”‚  β”‚  └─ _components
β”‚     β”‚  β”‚     β”‚  β”‚     └─ password-forget-form.tsx
β”‚     β”‚  β”‚     β”‚  β”œβ”€ password-reset
β”‚     β”‚  β”‚     β”‚  β”‚  β”œβ”€ page.tsx
β”‚     β”‚  β”‚     β”‚  β”‚  └─ _components
β”‚     β”‚  β”‚     β”‚  β”‚     └─ password-reset-form.tsx
β”‚     β”‚  β”‚     β”‚  └─ register
β”‚     β”‚  β”‚     β”‚     β”œβ”€ page.tsx
β”‚     β”‚  β”‚     β”‚     └─ _components
β”‚     β”‚  β”‚     β”‚        └─ register-form.tsx
β”‚     β”‚  β”‚     β”œβ”€ (main)
β”‚     β”‚  β”‚     β”‚  β”œβ”€ account
β”‚     β”‚  β”‚     β”‚  β”‚  β”œβ”€ billing
β”‚     β”‚  β”‚     β”‚  β”‚  β”‚  └─ page.tsx
β”‚     β”‚  β”‚     β”‚  β”‚  β”œβ”€ info
β”‚     β”‚  β”‚     β”‚  β”‚  β”‚  └─ page.tsx
β”‚     β”‚  β”‚     β”‚  β”‚  β”œβ”€ layout.tsx
β”‚     β”‚  β”‚     β”‚  β”‚  β”œβ”€ notifications
β”‚     β”‚  β”‚     β”‚  β”‚  β”‚  └─ page.tsx
β”‚     β”‚  β”‚     β”‚  β”‚  β”œβ”€ page.tsx
β”‚     β”‚  β”‚     β”‚  β”‚  └─ security
β”‚     β”‚  β”‚     β”‚  β”‚     └─ page.tsx
β”‚     β”‚  β”‚     β”‚  β”œβ”€ calendar
β”‚     β”‚  β”‚     β”‚  β”‚  β”œβ”€ page.tsx
β”‚     β”‚  β”‚     β”‚  β”‚  └─ _components
β”‚     β”‚  β”‚     β”‚  β”œβ”€ dashboard
β”‚     β”‚  β”‚     β”‚  β”‚  β”œβ”€ page.tsx
β”‚     β”‚  β”‚     β”‚  β”‚  └─ _components
β”‚     β”‚  β”‚     β”‚  β”‚     β”œβ”€ stats-grid.tsx
β”‚     β”‚  β”‚     β”‚  β”‚     └─ trip-banner.tsx
β”‚     β”‚  β”‚     β”‚  β”œβ”€ feed
β”‚     β”‚  β”‚     β”‚  β”‚  β”œβ”€ page.tsx
β”‚     β”‚  β”‚     β”‚  β”‚  └─ _components
β”‚     β”‚  β”‚     β”‚  β”œβ”€ layout.tsx
β”‚     β”‚  β”‚     β”‚  β”œβ”€ plan
β”‚     β”‚  β”‚     β”‚  β”‚  β”œβ”€ page.tsx
β”‚     β”‚  β”‚     β”‚  β”‚  └─ _components
β”‚     β”‚  β”‚     β”‚  β”œβ”€ profile
β”‚     β”‚  β”‚     β”‚  β”‚  β”œβ”€ page.tsx
β”‚     β”‚  β”‚     β”‚  β”‚  └─ _components
β”‚     β”‚  β”‚     β”‚  β”‚     β”œβ”€ map-card.tsx
β”‚     β”‚  β”‚     β”‚  β”‚     └─ profile-card.tsx
β”‚     β”‚  β”‚     β”‚  └─ settings
β”‚     β”‚  β”‚     β”‚     β”œβ”€ language
β”‚     β”‚  β”‚     β”‚     β”‚  └─ page.tsx
β”‚     β”‚  β”‚     β”‚     β”œβ”€ layout.tsx
β”‚     β”‚  β”‚     β”‚     β”œβ”€ preferences
β”‚     β”‚  β”‚     β”‚     β”‚  └─ page.tsx
β”‚     β”‚  β”‚     β”‚     └─ theme
β”‚     β”‚  β”‚     β”‚        └─ page.tsx
β”‚     β”‚  β”‚     β”œβ”€ layout.tsx
β”‚     β”‚  β”‚     β”œβ”€ not-found.tsx
β”‚     β”‚  β”‚     β”œβ”€ page.tsx
β”‚     β”‚  β”‚     β”œβ”€ shared
β”‚     β”‚  β”‚     β”‚  β”œβ”€ footer.tsx
β”‚     β”‚  β”‚     β”‚  β”œβ”€ header.tsx
β”‚     β”‚  β”‚     β”‚  β”œβ”€ mode-toggle.tsx
β”‚     β”‚  β”‚     β”‚  β”œβ”€ show-toggle.tsx
β”‚     β”‚  β”‚     β”‚  └─ _components
β”‚     β”‚  β”‚     β”œβ”€ styles.css
β”‚     β”‚  β”‚     └─ [...rest]
β”‚     β”‚  β”‚        └─ page.tsx
β”‚     β”‚  β”œβ”€ auth
β”‚     β”‚  β”‚  β”œβ”€ client.ts
β”‚     β”‚  β”‚  └─ server.ts
β”‚     β”‚  β”œβ”€ env.ts
β”‚     β”‚  β”œβ”€ i18n
β”‚     β”‚  β”‚  β”œβ”€ navigation.ts
β”‚     β”‚  β”‚  β”œβ”€ request.ts
β”‚     β”‚  β”‚  └─ routing.ts
β”‚     β”‚  β”œβ”€ proxy.ts
β”‚     β”‚  └─ trpc
β”‚     β”‚     β”œβ”€ query-client.ts
β”‚     β”‚     β”œβ”€ react.tsx
β”‚     β”‚     └─ server.tsx
β”‚     β”œβ”€ tests
β”‚     β”‚  β”œβ”€ e2e
β”‚     β”‚  β”‚  └─ example.spec.ts
β”‚     β”‚  └─ integration
β”‚     β”œβ”€ tsconfig.json
β”‚     β”œβ”€ turbo.json
β”‚     β”œβ”€ vitest.config.ts
β”‚     └─ vitest.shims.d.ts
β”œβ”€ CLAUDE.md
β”œβ”€ docker-compose.yaml
β”œβ”€ infra
β”‚  β”œβ”€ garage
β”‚  β”‚  └─ config.toml
β”‚  └─ k8s
β”œβ”€ LICENSE
β”œβ”€ package.json
β”œβ”€ packages
β”‚  β”œβ”€ api
β”‚  β”‚  β”œβ”€ eslint.config.ts
β”‚  β”‚  β”œβ”€ package.json
β”‚  β”‚  β”œβ”€ src
β”‚  β”‚  β”‚  β”œβ”€ index.ts
β”‚  β”‚  β”‚  β”œβ”€ root.ts
β”‚  β”‚  β”‚  β”œβ”€ routers
β”‚  β”‚  β”‚  β”‚  β”œβ”€ auth.ts
β”‚  β”‚  β”‚  β”‚  └─ post.ts
β”‚  β”‚  β”‚  └─ trpc.ts
β”‚  β”‚  └─ tsconfig.json
β”‚  β”œβ”€ auth
β”‚  β”‚  β”œβ”€ env.ts
β”‚  β”‚  β”œβ”€ eslint.config.ts
β”‚  β”‚  β”œβ”€ package.json
β”‚  β”‚  β”œβ”€ script
β”‚  β”‚  β”‚  └─ auth-cli.ts
β”‚  β”‚  β”œβ”€ src
β”‚  β”‚  β”‚  └─ index.ts
β”‚  β”‚  └─ tsconfig.json
β”‚  β”œβ”€ db
β”‚  β”‚  β”œβ”€ drizzle
β”‚  β”‚  β”‚  β”œβ”€ 0000_numerous_penance.sql
β”‚  β”‚  β”‚  └─ meta
β”‚  β”‚  β”‚     β”œβ”€ 0000_snapshot.json
β”‚  β”‚  β”‚     └─ _journal.json
β”‚  β”‚  β”œβ”€ drizzle.config.ts
β”‚  β”‚  β”œβ”€ eslint.config.ts
β”‚  β”‚  β”œβ”€ package.json
β”‚  β”‚  β”œβ”€ src
β”‚  β”‚  β”‚  β”œβ”€ client.ts
β”‚  β”‚  β”‚  β”œβ”€ index.ts
β”‚  β”‚  β”‚  β”œβ”€ schema
β”‚  β”‚  β”‚  β”‚  β”œβ”€ accomodation.ts
β”‚  β”‚  β”‚  β”‚  β”œβ”€ auth.ts
β”‚  β”‚  β”‚  β”‚  β”œβ”€ checklist.ts
β”‚  β”‚  β”‚  β”‚  β”œβ”€ expense.ts
β”‚  β”‚  β”‚  β”‚  β”œβ”€ itinerary.ts
β”‚  β”‚  β”‚  β”‚  β”œβ”€ post.ts
β”‚  β”‚  β”‚  β”‚  β”œβ”€ transportation.ts
β”‚  β”‚  β”‚  β”‚  └─ trip.ts
β”‚  β”‚  β”‚  └─ schema.ts
β”‚  β”‚  └─ tsconfig.json
β”‚  β”œβ”€ email
β”‚  β”‚  β”œβ”€ eslint.config.ts
β”‚  β”‚  β”œβ”€ package.json
β”‚  β”‚  β”œβ”€ src
β”‚  β”‚  β”‚  β”œβ”€ client.ts
β”‚  β”‚  β”‚  β”œβ”€ emails
β”‚  β”‚  β”‚  β”‚  β”œβ”€ index.ts
β”‚  β”‚  β”‚  β”‚  β”œβ”€ send-account-verification-email.ts
β”‚  β”‚  β”‚  β”‚  β”œβ”€ send-password-reset-confirmation-email.ts
β”‚  β”‚  β”‚  β”‚  └─ send-password-reset-request-email.ts
β”‚  β”‚  β”‚  β”œβ”€ index.ts
β”‚  β”‚  β”‚  β”œβ”€ send-email.ts
β”‚  β”‚  β”‚  └─ templates
β”‚  β”‚  β”‚     β”œβ”€ account-verification-email.tsx
β”‚  β”‚  β”‚     β”œβ”€ password-reset-confirmation-email.tsx
β”‚  β”‚  β”‚     └─ password-reset-request-email.tsx
β”‚  β”‚  └─ tsconfig.json
β”‚  β”œβ”€ ui
β”‚  β”‚  β”œβ”€ components.json
β”‚  β”‚  β”œβ”€ eslint.config.ts
β”‚  β”‚  β”œβ”€ package.json
β”‚  β”‚  β”œβ”€ src
β”‚  β”‚  β”‚  β”œβ”€ components
β”‚  β”‚  β”‚  β”‚  β”œβ”€ accordion.tsx
β”‚  β”‚  β”‚  β”‚  β”œβ”€ alert-dialog.tsx
β”‚  β”‚  β”‚  β”‚  β”œβ”€ alert.tsx
β”‚  β”‚  β”‚  β”‚  β”œβ”€ aspect-ratio.tsx
β”‚  β”‚  β”‚  β”‚  β”œβ”€ attachment.tsx
β”‚  β”‚  β”‚  β”‚  β”œβ”€ avatar.tsx
β”‚  β”‚  β”‚  β”‚  β”œβ”€ badge.tsx
β”‚  β”‚  β”‚  β”‚  β”œβ”€ breadcrumb.tsx
β”‚  β”‚  β”‚  β”‚  β”œβ”€ bubble.tsx
β”‚  β”‚  β”‚  β”‚  β”œβ”€ button-group.tsx
β”‚  β”‚  β”‚  β”‚  β”œβ”€ button.tsx
β”‚  β”‚  β”‚  β”‚  β”œβ”€ calendar.tsx
β”‚  β”‚  β”‚  β”‚  β”œβ”€ card.tsx
β”‚  β”‚  β”‚  β”‚  β”œβ”€ carousel.tsx
β”‚  β”‚  β”‚  β”‚  β”œβ”€ chart.tsx
β”‚  β”‚  β”‚  β”‚  β”œβ”€ checkbox.tsx
β”‚  β”‚  β”‚  β”‚  β”œβ”€ collapsible.tsx
β”‚  β”‚  β”‚  β”‚  β”œβ”€ dropdown-menu.tsx
β”‚  β”‚  β”‚  β”‚  β”œβ”€ empty.tsx
β”‚  β”‚  β”‚  β”‚  β”œβ”€ field.tsx
β”‚  β”‚  β”‚  β”‚  β”œβ”€ hover-card.tsx
β”‚  β”‚  β”‚  β”‚  β”œβ”€ index.ts
β”‚  β”‚  β”‚  β”‚  β”œβ”€ input-group.tsx
β”‚  β”‚  β”‚  β”‚  β”œβ”€ input-otp.tsx
β”‚  β”‚  β”‚  β”‚  β”œβ”€ input.tsx
β”‚  β”‚  β”‚  β”‚  β”œβ”€ item.tsx
β”‚  β”‚  β”‚  β”‚  β”œβ”€ label.tsx
β”‚  β”‚  β”‚  β”‚  β”œβ”€ marker.tsx
β”‚  β”‚  β”‚  β”‚  β”œβ”€ message-scroller.tsx
β”‚  β”‚  β”‚  β”‚  β”œβ”€ message.tsx
β”‚  β”‚  β”‚  β”‚  β”œβ”€ navigation-menu.tsx
β”‚  β”‚  β”‚  β”‚  β”œβ”€ pagination.tsx
β”‚  β”‚  β”‚  β”‚  β”œβ”€ popover.tsx
β”‚  β”‚  β”‚  β”‚  β”œβ”€ progress.tsx
β”‚  β”‚  β”‚  β”‚  β”œβ”€ radio-group.tsx
β”‚  β”‚  β”‚  β”‚  β”œβ”€ resizable.tsx
β”‚  β”‚  β”‚  β”‚  β”œβ”€ scroll-area.tsx
β”‚  β”‚  β”‚  β”‚  β”œβ”€ select.tsx
β”‚  β”‚  β”‚  β”‚  β”œβ”€ separator.tsx
β”‚  β”‚  β”‚  β”‚  β”œβ”€ sheet.tsx
β”‚  β”‚  β”‚  β”‚  β”œβ”€ sidebar.tsx
β”‚  β”‚  β”‚  β”‚  β”œβ”€ skeleton.tsx
β”‚  β”‚  β”‚  β”‚  β”œβ”€ slider.tsx
β”‚  β”‚  β”‚  β”‚  β”œβ”€ spinner.tsx
β”‚  β”‚  β”‚  β”‚  β”œβ”€ switch.tsx
β”‚  β”‚  β”‚  β”‚  β”œβ”€ table.tsx
β”‚  β”‚  β”‚  β”‚  β”œβ”€ tabs.tsx
β”‚  β”‚  β”‚  β”‚  β”œβ”€ text-area.tsx
β”‚  β”‚  β”‚  β”‚  β”œβ”€ theme.tsx
β”‚  β”‚  β”‚  β”‚  β”œβ”€ toast.tsx
β”‚  β”‚  β”‚  β”‚  β”œβ”€ toggle-group.tsx
β”‚  β”‚  β”‚  β”‚  β”œβ”€ toggle.tsx
β”‚  β”‚  β”‚  β”‚  └─ tooltip.tsx
β”‚  β”‚  β”‚  β”œβ”€ hooks
β”‚  β”‚  β”‚  β”‚  └─ use-mobile.tsx
β”‚  β”‚  β”‚  β”œβ”€ icons
β”‚  β”‚  β”‚  β”‚  └─ index.ts
β”‚  β”‚  β”‚  └─ index.ts
β”‚  β”‚  └─ tsconfig.json
β”‚  └─ validators
β”‚     β”œβ”€ eslint.config.ts
β”‚     β”œβ”€ package.json
β”‚     β”œβ”€ src
β”‚     β”‚  β”œβ”€ auth.ts
β”‚     β”‚  └─ index.ts
β”‚     └─ tsconfig.json
β”œβ”€ pnpm-lock.yaml
β”œβ”€ pnpm-workspace.yaml
β”œβ”€ README.md
β”œβ”€ scripts
β”‚  └─ start-database.sh
β”œβ”€ toolings
β”‚  β”œβ”€ eslint-config
β”‚  β”‚  β”œβ”€ base.ts
β”‚  β”‚  β”œβ”€ nextjs.ts
β”‚  β”‚  β”œβ”€ package.json
β”‚  β”‚  β”œβ”€ react.ts
β”‚  β”‚  └─ tsconfig.json
β”‚  β”œβ”€ prettier-config
β”‚  β”‚  β”œβ”€ index.ts
β”‚  β”‚  β”œβ”€ package.json
β”‚  β”‚  └─ tsconfig.json
β”‚  β”œβ”€ tailwind-config
β”‚  β”‚  β”œβ”€ eslint.config.ts
β”‚  β”‚  β”œβ”€ package.json
β”‚  β”‚  β”œβ”€ postcss-config.js
β”‚  β”‚  β”œβ”€ tailwind.config.ts
β”‚  β”‚  β”œβ”€ theme.css
β”‚  β”‚  └─ tsconfig.json
β”‚  └─ typescript-config
β”‚     β”œβ”€ base.json
β”‚     β”œβ”€ compiled-package.json
β”‚     └─ package.json
β”œβ”€ turbo
β”‚  └─ generators
β”‚     β”œβ”€ config.js
β”‚     β”œβ”€ package.json
β”‚     └─ templates
β”‚        └─ turborepo-generators.hbs
└─ turbo.json

About

πŸ—Ί Your travel companion that makes itineraries made effortless.

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages