Skip to content

Instantly share code, notes, and snippets.

@josemarluedke
Created September 27, 2019 15:18
Show Gist options
  • Save josemarluedke/dea77bf622cc8c871a2094f469def921 to your computer and use it in GitHub Desktop.
Save josemarluedke/dea77bf622cc8c871a2094f469def921 to your computer and use it in GitHub Desktop.
app
β”œβ”€β”€ app.js
β”œβ”€β”€ authenticated-route.ts
β”œβ”€β”€ authenticators
β”‚Β Β  β”œβ”€β”€ oauth2-authorization-code.ts
β”‚Β Β  └── oauth2-password.ts
β”œβ”€β”€ breakpoints.js
β”œβ”€β”€ config
β”‚Β Β  └── environment.d.ts
β”œβ”€β”€ helpers
β”‚Β Β  β”œβ”€β”€ community.ts
β”‚Β Β  β”œβ”€β”€ fastboot-set-title.ts
β”‚Β Β  β”œβ”€β”€ first-char.ts
β”‚Β Β  β”œβ”€β”€ index-of.ts
β”‚Β Β  β”œβ”€β”€ parse-newline.ts
β”‚Β Β  └── style.ts
β”œβ”€β”€ index.html
β”œβ”€β”€ instance-initializers
β”‚Β Β  └── apollo-cache-shoebox.ts
β”œβ”€β”€ modifiers
β”‚Β Β  └── popup-link.ts
β”œβ”€β”€ pods
β”‚Β Β  β”œβ”€β”€ apollo
β”‚Β Β  β”‚Β Β  └── service.ts
β”‚Β Β  β”œβ”€β”€ apollo-upload
β”‚Β Β  β”‚Β Β  └── service.ts
β”‚Β Β  β”œβ”€β”€ application
β”‚Β Β  β”‚Β Β  β”œβ”€β”€ controller.ts
β”‚Β Β  β”‚Β Β  β”œβ”€β”€ route.ts
β”‚Β Β  β”‚Β Β  └── template.hbs
β”‚Β Β  β”œβ”€β”€ application-error
β”‚Β Β  β”‚Β Β  β”œβ”€β”€ styles.scss
β”‚Β Β  β”‚Β Β  └── template.hbs
β”‚Β Β  β”œβ”€β”€ authenticate
β”‚Β Β  β”‚Β Β  β”œβ”€β”€ controller.ts
β”‚Β Β  β”‚Β Β  β”œβ”€β”€ route.ts
β”‚Β Β  β”‚Β Β  β”œβ”€β”€ styles.scss
β”‚Β Β  β”‚Β Β  └── template.hbs
β”‚Β Β  β”œβ”€β”€ community
β”‚Β Β  β”‚Β Β  β”œβ”€β”€ query.graphql
β”‚Β Β  β”‚Β Β  β”œβ”€β”€ service.ts
β”‚Β Β  β”‚Β Β  └── theme.ts
β”‚Β Β  β”œβ”€β”€ components
β”‚Β Β  β”‚Β Β  β”œβ”€β”€ change-password-form
β”‚Β Β  β”‚Β Β  β”‚Β Β  β”œβ”€β”€ component.ts
β”‚Β Β  β”‚Β Β  β”‚Β Β  β”œβ”€β”€ mutation.graphql
β”‚Β Β  β”‚Β Β  β”‚Β Β  β”œβ”€β”€ template.hbs
β”‚Β Β  β”‚Β Β  β”‚Β Β  └── validations.ts
β”‚Β Β  β”‚Β Β  β”œβ”€β”€ copy-input
β”‚Β Β  β”‚Β Β  β”‚Β Β  β”œβ”€β”€ component.ts
β”‚Β Β  β”‚Β Β  β”‚Β Β  └── template.hbs
β”‚Β Β  β”‚Β Β  β”œβ”€β”€ credits-list
β”‚Β Β  β”‚Β Β  β”‚Β Β  β”œβ”€β”€ component.ts
β”‚Β Β  β”‚Β Β  β”‚Β Β  β”œβ”€β”€ mutation.graphql
β”‚Β Β  β”‚Β Β  β”‚Β Β  β”œβ”€β”€ query.graphql
β”‚Β Β  β”‚Β Β  β”‚Β Β  β”œβ”€β”€ styles.scss
β”‚Β Β  β”‚Β Β  β”‚Β Β  └── template.hbs
β”‚Β Β  β”‚Β Β  β”œβ”€β”€ cta-card
β”‚Β Β  β”‚Β Β  β”‚Β Β  β”œβ”€β”€ styles.scss
β”‚Β Β  β”‚Β Β  β”‚Β Β  β”œβ”€β”€ survey-cta
β”‚Β Β  β”‚Β Β  β”‚Β Β  β”‚Β Β  └── template.hbs
β”‚Β Β  β”‚Β Β  β”‚Β Β  └── template.hbs
β”‚Β Β  β”‚Β Β  β”œβ”€β”€ display-flash-messages
β”‚Β Β  β”‚Β Β  β”‚Β Β  β”œβ”€β”€ component.ts
β”‚Β Β  β”‚Β Β  β”‚Β Β  └── template.hbs
β”‚Β Β  β”‚Β Β  β”œβ”€β”€ display-postal-address
β”‚Β Β  β”‚Β Β  β”‚Β Β  β”œβ”€β”€ component.ts
β”‚Β Β  β”‚Β Β  β”‚Β Β  └── template.hbs
β”‚Β Β  β”‚Β Β  β”œβ”€β”€ footer
β”‚Β Β  β”‚Β Β  β”‚Β Β  β”œβ”€β”€ component.ts
β”‚Β Β  β”‚Β Β  β”‚Β Β  β”œβ”€β”€ styles.scss
β”‚Β Β  β”‚Β Β  β”‚Β Β  └── template.hbs
β”‚Β Β  β”‚Β Β  β”œβ”€β”€ forgot-password-form
β”‚Β Β  β”‚Β Β  β”‚Β Β  β”œβ”€β”€ component.ts
β”‚Β Β  β”‚Β Β  β”‚Β Β  β”œβ”€β”€ mutation.graphql
β”‚Β Β  β”‚Β Β  β”‚Β Β  β”œβ”€β”€ styles.scss
β”‚Β Β  β”‚Β Β  β”‚Β Β  β”œβ”€β”€ template.hbs
β”‚Β Β  β”‚Β Β  β”‚Β Β  └── validations.ts
β”‚Β Β  β”‚Β Β  β”œβ”€β”€ founder-application-form
β”‚Β Β  β”‚Β Β  β”‚Β Β  β”œβ”€β”€ component.ts
β”‚Β Β  β”‚Β Β  β”‚Β Β  β”œβ”€β”€ mutation.graphql
β”‚Β Β  β”‚Β Β  β”‚Β Β  β”œβ”€β”€ options.ts
β”‚Β Β  β”‚Β Β  β”‚Β Β  β”œβ”€β”€ styles.scss
β”‚Β Β  β”‚Β Β  β”‚Β Β  β”œβ”€β”€ template.hbs
β”‚Β Β  β”‚Β Β  β”‚Β Β  └── validations.ts
β”‚Β Β  β”‚Β Β  β”œβ”€β”€ founder-callout-card
β”‚Β Β  β”‚Β Β  β”‚Β Β  β”œβ”€β”€ styles.scss
β”‚Β Β  β”‚Β Β  β”‚Β Β  └── template.hbs
β”‚Β Β  β”‚Β Β  β”œβ”€β”€ hesitation-form
β”‚Β Β  β”‚Β Β  β”‚Β Β  β”œβ”€β”€ component.ts
β”‚Β Β  β”‚Β Β  β”‚Β Β  β”œβ”€β”€ mutation.graphql
β”‚Β Β  β”‚Β Β  β”‚Β Β  β”œβ”€β”€ styles.scss
β”‚Β Β  β”‚Β Β  β”‚Β Β  β”œβ”€β”€ template.hbs
β”‚Β Β  β”‚Β Β  β”‚Β Β  └── validations.ts
β”‚Β Β  β”‚Β Β  β”œβ”€β”€ how-it-works
β”‚Β Β  β”‚Β Β  β”‚Β Β  β”œβ”€β”€ styles.scss
β”‚Β Β  β”‚Β Β  β”‚Β Β  └── template.hbs
β”‚Β Β  β”‚Β Β  β”œβ”€β”€ layouts
β”‚Β Β  β”‚Β Β  β”‚Β Β  β”œβ”€β”€ auth
β”‚Β Β  β”‚Β Β  β”‚Β Β  β”‚Β Β  β”œβ”€β”€ styles.scss
β”‚Β Β  β”‚Β Β  β”‚Β Β  β”‚Β Β  └── template.hbs
β”‚Β Β  β”‚Β Β  β”‚Β Β  β”œβ”€β”€ full-screen
β”‚Β Β  β”‚Β Β  β”‚Β Β  β”‚Β Β  β”œβ”€β”€ styles.scss
β”‚Β Β  β”‚Β Β  β”‚Β Β  β”‚Β Β  └── template.hbs
β”‚Β Β  β”‚Β Β  β”‚Β Β  └── primary
β”‚Β Β  β”‚Β Β  β”‚Β Β  β”œβ”€β”€ component.ts
β”‚Β Β  β”‚Β Β  β”‚Β Β  β”œβ”€β”€ ribbon
β”‚Β Β  β”‚Β Β  β”‚Β Β  β”‚Β Β  β”œβ”€β”€ component.ts
β”‚Β Β  β”‚Β Β  β”‚Β Β  β”‚Β Β  β”œβ”€β”€ styles.scss
β”‚Β Β  β”‚Β Β  β”‚Β Β  β”‚Β Β  └── template.hbs
β”‚Β Β  β”‚Β Β  β”‚Β Β  β”œβ”€β”€ styles.scss
β”‚Β Β  β”‚Β Β  β”‚Β Β  └── template.hbs
β”‚Β Β  β”‚Β Β  β”œβ”€β”€ login-form
β”‚Β Β  β”‚Β Β  β”‚Β Β  β”œβ”€β”€ component.ts
β”‚Β Β  β”‚Β Β  β”‚Β Β  β”œβ”€β”€ request-authorization-code.graphql
β”‚Β Β  β”‚Β Β  β”‚Β Β  β”œβ”€β”€ styles.scss
β”‚Β Β  β”‚Β Β  β”‚Β Β  └── template.hbs
β”‚Β Β  β”‚Β Β  β”œβ”€β”€ main-billboard
β”‚Β Β  β”‚Β Β  β”‚Β Β  β”œβ”€β”€ component.ts
β”‚Β Β  β”‚Β Β  β”‚Β Β  β”œβ”€β”€ styles.scss
β”‚Β Β  β”‚Β Β  β”‚Β Β  └── template.hbs
β”‚Β Β  β”‚Β Β  β”œβ”€β”€ modal-form
β”‚Β Β  β”‚Β Β  β”‚Β Β  β”œβ”€β”€ body
β”‚Β Β  β”‚Β Β  β”‚Β Β  β”‚Β Β  β”œβ”€β”€ styles.scss
β”‚Β Β  β”‚Β Β  β”‚Β Β  β”‚Β Β  └── template.hbs
β”‚Β Β  β”‚Β Β  β”‚Β Β  β”œβ”€β”€ footer
β”‚Β Β  β”‚Β Β  β”‚Β Β  β”‚Β Β  β”œβ”€β”€ styles.scss
β”‚Β Β  β”‚Β Β  β”‚Β Β  β”‚Β Β  └── template.hbs
β”‚Β Β  β”‚Β Β  β”‚Β Β  β”œβ”€β”€ header
β”‚Β Β  β”‚Β Β  β”‚Β Β  β”‚Β Β  β”œβ”€β”€ styles.scss
β”‚Β Β  β”‚Β Β  β”‚Β Β  β”‚Β Β  └── template.hbs
β”‚Β Β  β”‚Β Β  β”‚Β Β  β”œβ”€β”€ styles.scss
β”‚Β Β  β”‚Β Β  β”‚Β Β  └── template.hbs
β”‚Β Β  β”‚Β Β  β”œβ”€β”€ partner-create-form
β”‚Β Β  β”‚Β Β  β”‚Β Β  β”œβ”€β”€ component.ts
β”‚Β Β  β”‚Β Β  β”‚Β Β  β”œβ”€β”€ mutation.graphql
β”‚Β Β  β”‚Β Β  β”‚Β Β  β”œβ”€β”€ styles.scss
β”‚Β Β  β”‚Β Β  β”‚Β Β  β”œβ”€β”€ template.hbs
β”‚Β Β  β”‚Β Β  β”‚Β Β  └── validations.ts
β”‚Β Β  β”‚Β Β  β”œβ”€β”€ password-form
β”‚Β Β  β”‚Β Β  β”‚Β Β  β”œβ”€β”€ component.ts
β”‚Β Β  β”‚Β Β  β”‚Β Β  β”œβ”€β”€ reset-password-form
β”‚Β Β  β”‚Β Β  β”‚Β Β  β”‚Β Β  β”œβ”€β”€ component.ts
β”‚Β Β  β”‚Β Β  β”‚Β Β  β”‚Β Β  β”œβ”€β”€ mutation.graphql
β”‚Β Β  β”‚Β Β  β”‚Β Β  β”‚Β Β  β”œβ”€β”€ styles.scss
β”‚Β Β  β”‚Β Β  β”‚Β Β  β”‚Β Β  └── template.hbs
β”‚Β Β  β”‚Β Β  β”‚Β Β  β”œβ”€β”€ set-password-form
β”‚Β Β  β”‚Β Β  β”‚Β Β  β”‚Β Β  β”œβ”€β”€ component.ts
β”‚Β Β  β”‚Β Β  β”‚Β Β  β”‚Β Β  β”œβ”€β”€ mutation.graphql
β”‚Β Β  β”‚Β Β  β”‚Β Β  β”‚Β Β  β”œβ”€β”€ styles.scss
β”‚Β Β  β”‚Β Β  β”‚Β Β  β”‚Β Β  └── template.hbs
β”‚Β Β  β”‚Β Β  β”‚Β Β  β”œβ”€β”€ styles.scss
β”‚Β Β  β”‚Β Β  β”‚Β Β  β”œβ”€β”€ template.hbs
β”‚Β Β  β”‚Β Β  β”‚Β Β  └── validations.ts
β”‚Β Β  β”‚Β Β  β”œβ”€β”€ personal-info
β”‚Β Β  β”‚Β Β  β”‚Β Β  β”œβ”€β”€ component.ts
β”‚Β Β  β”‚Β Β  β”‚Β Β  β”œβ”€β”€ styles.scss
β”‚Β Β  β”‚Β Β  β”‚Β Β  └── template.hbs
β”‚Β Β  β”‚Β Β  β”œβ”€β”€ pre-order
β”‚Β Β  β”‚Β Β  β”‚Β Β  β”œβ”€β”€ agreement
β”‚Β Β  β”‚Β Β  β”‚Β Β  β”‚Β Β  β”œβ”€β”€ cancel.graphql
β”‚Β Β  β”‚Β Β  β”‚Β Β  β”‚Β Β  β”œβ”€β”€ component.ts
β”‚Β Β  β”‚Β Β  β”‚Β Β  β”‚Β Β  β”œβ”€β”€ styles.scss
β”‚Β Β  β”‚Β Β  β”‚Β Β  β”‚Β Β  β”œβ”€β”€ template.hbs
β”‚Β Β  β”‚Β Β  β”‚Β Β  β”‚Β Β  └── update.graphql
β”‚Β Β  β”‚Β Β  β”‚Β Β  β”œβ”€β”€ callout-card
β”‚Β Β  β”‚Β Β  β”‚Β Β  β”‚Β Β  β”œβ”€β”€ cancel.graphql
β”‚Β Β  β”‚Β Β  β”‚Β Β  β”‚Β Β  β”œβ”€β”€ component.ts
β”‚Β Β  β”‚Β Β  β”‚Β Β  β”‚Β Β  β”œβ”€β”€ styles.scss
β”‚Β Β  β”‚Β Β  β”‚Β Β  β”‚Β Β  └── template.hbs
β”‚Β Β  β”‚Β Β  β”‚Β Β  β”œβ”€β”€ callout-modal
β”‚Β Β  β”‚Β Β  β”‚Β Β  β”‚Β Β  β”œβ”€β”€ component.ts
β”‚Β Β  β”‚Β Β  β”‚Β Β  β”‚Β Β  β”œβ”€β”€ styles.scss
β”‚Β Β  β”‚Β Β  β”‚Β Β  β”‚Β Β  └── template.hbs
β”‚Β Β  β”‚Β Β  β”‚Β Β  β”œβ”€β”€ payment
β”‚Β Β  β”‚Β Β  β”‚Β Β  β”‚Β Β  β”œβ”€β”€ component.ts
β”‚Β Β  β”‚Β Β  β”‚Β Β  β”‚Β Β  β”œβ”€β”€ mutation.graphql
β”‚Β Β  β”‚Β Β  β”‚Β Β  β”‚Β Β  β”œβ”€β”€ styles.scss
β”‚Β Β  β”‚Β Β  β”‚Β Β  β”‚Β Β  └── template.hbs
β”‚Β Β  β”‚Β Β  β”‚Β Β  └── property-owner
β”‚Β Β  β”‚Β Β  β”‚Β Β  β”œβ”€β”€ component.ts
β”‚Β Β  β”‚Β Β  β”‚Β Β  β”œβ”€β”€ mutation.graphql
β”‚Β Β  β”‚Β Β  β”‚Β Β  β”œβ”€β”€ styles.scss
β”‚Β Β  β”‚Β Β  β”‚Β Β  └── template.hbs
β”‚Β Β  β”‚Β Β  β”œβ”€β”€ re-captcha
β”‚Β Β  β”‚Β Β  β”‚Β Β  β”œβ”€β”€ component.ts
β”‚Β Β  β”‚Β Β  β”‚Β Β  β”œβ”€β”€ styles.scss
β”‚Β Β  β”‚Β Β  β”‚Β Β  └── template.hbs
β”‚Β Β  β”‚Β Β  β”œβ”€β”€ referral-info
β”‚Β Β  β”‚Β Β  β”‚Β Β  β”œβ”€β”€ component.ts
β”‚Β Β  β”‚Β Β  β”‚Β Β  β”œβ”€β”€ styles.scss
β”‚Β Β  β”‚Β Β  β”‚Β Β  └── template.hbs
β”‚Β Β  β”‚Β Β  β”œβ”€β”€ request-email-verification-link
β”‚Β Β  β”‚Β Β  β”‚Β Β  β”œβ”€β”€ component.ts
β”‚Β Β  β”‚Β Β  β”‚Β Β  β”œβ”€β”€ mutation.graphql
β”‚Β Β  β”‚Β Β  β”‚Β Β  └── template.hbs
β”‚Β Β  β”‚Β Β  β”œβ”€β”€ request-refund-modal
β”‚Β Β  β”‚Β Β  β”‚Β Β  β”œβ”€β”€ component.ts
β”‚Β Β  β”‚Β Β  β”‚Β Β  └── template.hbs
β”‚Β Β  β”‚Β Β  β”œβ”€β”€ step-progress-indicator
β”‚Β Β  β”‚Β Β  β”‚Β Β  β”œβ”€β”€ styles.scss
β”‚Β Β  β”‚Β Β  β”‚Β Β  └── template.hbs
β”‚Β Β  β”‚Β Β  β”œβ”€β”€ survey-form
β”‚Β Β  β”‚Β Β  β”‚Β Β  β”œβ”€β”€ component.ts
β”‚Β Β  β”‚Β Β  β”‚Β Β  β”œβ”€β”€ mutation.graphql
β”‚Β Β  β”‚Β Β  β”‚Β Β  β”œβ”€β”€ options.ts
β”‚Β Β  β”‚Β Β  β”‚Β Β  β”œβ”€β”€ styles.scss
β”‚Β Β  β”‚Β Β  β”‚Β Β  β”œβ”€β”€ template.hbs
β”‚Β Β  β”‚Β Β  β”‚Β Β  └── validations.ts
β”‚Β Β  β”‚Β Β  β”œβ”€β”€ theme-settings
β”‚Β Β  β”‚Β Β  β”‚Β Β  β”œβ”€β”€ component.ts
β”‚Β Β  β”‚Β Β  β”‚Β Β  └── template.hbs
β”‚Β Β  β”‚Β Β  β”œβ”€β”€ user-avatar
β”‚Β Β  β”‚Β Β  β”‚Β Β  β”œβ”€β”€ component.ts
β”‚Β Β  β”‚Β Β  β”‚Β Β  β”œβ”€β”€ styles.scss
β”‚Β Β  β”‚Β Β  β”‚Β Β  └── template.hbs
β”‚Β Β  β”‚Β Β  β”œβ”€β”€ user-avatar-upload
β”‚Β Β  β”‚Β Β  β”‚Β Β  β”œβ”€β”€ add-avatar.graphql
β”‚Β Β  β”‚Β Β  β”‚Β Β  β”œβ”€β”€ component.ts
β”‚Β Β  β”‚Β Β  β”‚Β Β  β”œβ”€β”€ remote-avatar.graphql
β”‚Β Β  β”‚Β Β  β”‚Β Β  β”œβ”€β”€ styles.scss
β”‚Β Β  β”‚Β Β  β”‚Β Β  └── template.hbs
β”‚Β Β  β”‚Β Β  β”œβ”€β”€ user-confirmation-ribbon
β”‚Β Β  β”‚Β Β  β”‚Β Β  └── template.hbs
β”‚Β Β  β”‚Β Β  β”œβ”€β”€ user-create-form
β”‚Β Β  β”‚Β Β  β”‚Β Β  β”œβ”€β”€ component.ts
β”‚Β Β  β”‚Β Β  β”‚Β Β  β”œβ”€β”€ mutation.graphql
β”‚Β Β  β”‚Β Β  β”‚Β Β  β”œβ”€β”€ styles.scss
β”‚Β Β  β”‚Β Β  β”‚Β Β  β”œβ”€β”€ template.hbs
β”‚Β Β  β”‚Β Β  β”‚Β Β  β”œβ”€β”€ validate-referral-code.graphql
β”‚Β Β  β”‚Β Β  β”‚Β Β  └── validations.ts
β”‚Β Β  β”‚Β Β  └── user-dropdown
β”‚Β Β  β”‚Β Β  β”œβ”€β”€ component.ts
β”‚Β Β  β”‚Β Β  β”œβ”€β”€ styles.scss
β”‚Β Β  β”‚Β Β  └── template.hbs
β”‚Β Β  β”œβ”€β”€ confirm-email
β”‚Β Β  β”‚Β Β  β”œβ”€β”€ confirm.graphql
β”‚Β Β  β”‚Β Β  β”œβ”€β”€ route.ts
β”‚Β Β  β”‚Β Β  β”œβ”€β”€ styles.scss
β”‚Β Β  β”‚Β Β  └── template.hbs
β”‚Β Β  β”œβ”€β”€ create-account
β”‚Β Β  β”‚Β Β  β”œβ”€β”€ controller.ts
β”‚Β Β  β”‚Β Β  β”œβ”€β”€ route.ts
β”‚Β Β  β”‚Β Β  └── template.hbs
β”‚Β Β  β”œβ”€β”€ current-user
β”‚Β Β  β”‚Β Β  β”œβ”€β”€ query.graphql
β”‚Β Β  β”‚Β Β  └── service.ts
β”‚Β Β  β”œβ”€β”€ dashboard
β”‚Β Β  β”‚Β Β  β”œβ”€β”€ controller.ts
β”‚Β Β  β”‚Β Β  β”œβ”€β”€ query.graphql
β”‚Β Β  β”‚Β Β  β”œβ”€β”€ route.ts
β”‚Β Β  β”‚Β Β  β”œβ”€β”€ styles.scss
β”‚Β Β  β”‚Β Β  └── template.hbs
β”‚Β Β  β”œβ”€β”€ error-handler
β”‚Β Β  β”‚Β Β  └── service.ts
β”‚Β Β  β”œβ”€β”€ forgot-password
β”‚Β Β  β”‚Β Β  β”œβ”€β”€ route.ts
β”‚Β Β  β”‚Β Β  └── template.hbs
β”‚Β Β  β”œβ”€β”€ founders
β”‚Β Β  β”‚Β Β  β”œβ”€β”€ apply
β”‚Β Β  β”‚Β Β  β”‚Β Β  β”œβ”€β”€ controller.ts
β”‚Β Β  β”‚Β Β  β”‚Β Β  β”œβ”€β”€ route.ts
β”‚Β Β  β”‚Β Β  β”‚Β Β  β”œβ”€β”€ styles.scss
β”‚Β Β  β”‚Β Β  β”‚Β Β  └── template.hbs
β”‚Β Β  β”‚Β Β  β”œβ”€β”€ form
β”‚Β Β  β”‚Β Β  β”‚Β Β  β”œβ”€β”€ route.ts
β”‚Β Β  β”‚Β Β  β”‚Β Β  └── template.hbs
β”‚Β Β  β”‚Β Β  └── index
β”‚Β Β  β”‚Β Β  β”œβ”€β”€ route.ts
β”‚Β Β  β”‚Β Β  β”œβ”€β”€ styles.scss
β”‚Β Β  β”‚Β Β  └── template.hbs
β”‚Β Β  β”œβ”€β”€ index
β”‚Β Β  β”‚Β Β  β”œβ”€β”€ controller.ts
β”‚Β Β  β”‚Β Β  β”œβ”€β”€ route.ts
β”‚Β Β  β”‚Β Β  β”œβ”€β”€ styles.scss
β”‚Β Β  β”‚Β Β  └── template.hbs
β”‚Β Β  β”œβ”€β”€ login
β”‚Β Β  β”‚Β Β  β”œβ”€β”€ route.ts
β”‚Β Β  β”‚Β Β  └── template.hbs
β”‚Β Β  β”œβ”€β”€ not-found
β”‚Β Β  β”‚Β Β  β”œβ”€β”€ route.ts
β”‚Β Β  β”‚Β Β  β”œβ”€β”€ styles.scss
β”‚Β Β  β”‚Β Β  └── template.hbs
β”‚Β Β  β”œβ”€β”€ partners
β”‚Β Β  β”‚Β Β  β”œβ”€β”€ route.ts
β”‚Β Β  β”‚Β Β  β”œβ”€β”€ styles.scss
β”‚Β Β  β”‚Β Β  └── template.hbs
β”‚Β Β  β”œβ”€β”€ pre-order
β”‚Β Β  β”‚Β Β  β”œβ”€β”€ controller.ts
β”‚Β Β  β”‚Β Β  β”œβ”€β”€ route.ts
β”‚Β Β  β”‚Β Β  β”œβ”€β”€ styles.scss
β”‚Β Β  β”‚Β Β  └── template.hbs
β”‚Β Β  β”œβ”€β”€ referred
β”‚Β Β  β”‚Β Β  β”œβ”€β”€ controller.ts
β”‚Β Β  β”‚Β Β  β”œβ”€β”€ route.ts
β”‚Β Β  β”‚Β Β  β”œβ”€β”€ styles.scss
β”‚Β Β  β”‚Β Β  └── template.hbs
β”‚Β Β  β”œβ”€β”€ reset-password
β”‚Β Β  β”‚Β Β  β”œβ”€β”€ route.ts
β”‚Β Β  β”‚Β Β  └── template.hbs
β”‚Β Β  β”œβ”€β”€ set-password
β”‚Β Β  β”‚Β Β  β”œβ”€β”€ controller.ts
β”‚Β Β  β”‚Β Β  β”œβ”€β”€ route.ts
β”‚Β Β  β”‚Β Β  └── template.hbs
β”‚Β Β  β”œβ”€β”€ survey
β”‚Β Β  β”‚Β Β  β”œβ”€β”€ route.ts
β”‚Β Β  β”‚Β Β  β”œβ”€β”€ styles.scss
β”‚Β Β  β”‚Β Β  └── template.hbs
β”‚Β Β  └── vision
β”‚Β Β  β”œβ”€β”€ route.ts
β”‚Β Β  β”œβ”€β”€ styles.scss
β”‚Β Β  └── template.hbs
β”œβ”€β”€ resolver.js
β”œβ”€β”€ router.js
β”œβ”€β”€ session-stores
β”‚Β Β  └── application.js
β”œβ”€β”€ styles
β”‚Β Β  .....
β”œβ”€β”€ templates
β”‚Β Β  └── head.hbs
└── utils
β”œβ”€β”€ password-validation-helpers.ts
└── scroll-to-top.ts
└── ........
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment