Skip to content

Commit

Permalink
feat: update README w project layout
Browse files Browse the repository at this point in the history
  • Loading branch information
trevor-anderson committed May 7, 2023
1 parent 9142357 commit 9fbe33e
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -78,15 +78,14 @@ sequenceDiagram
- [`.github`](/.github)      GitHub Actions and other GitHub-related files.
- [`public`](/public)        HTML, favicon, and other dist files.
- [`src`](/src)             Source code root dir.
- [`src/app`](/src/app)               Top-level app structure JSX.
- [`src/app`](/src/app)               High-level app features and structure.
- [`src/components`](/src/components)   Individual JSX components.
- [`src/config`](/src/config)          Init logic and run-time env vars object.
- [`src/graphql`](/src/config)         
- [`src/hooks`](/src/config)         
- [`src/images`](/src/images)          In-app image assets (included with build bundle).
- [`src/layouts`](/src/config)         
- [`src/navigation`](/src/navigation)   Routers and other nav-related components.
- [`src/pages`](/src/pages)            Application pages (nav targets).
- [`src/routers`](/src/routers)   Routers and other nav-related components.
- [`src/services`](/src/services)       HTTP handlers for the Fixit and Stripe APIs.
- [`src/types`](/src/types)            TypeScript types and custom prop-types.
- [`src/utils`](/src/utils)            Helper functions for formatting, logging, etc.
Expand Down

0 comments on commit 9fbe33e

Please sign in to comment.