Skip to content

Commit

Permalink
docs: update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
PupoSDC committed Jan 17, 2024
1 parent eafbac5 commit 567627c
Showing 1 changed file with 20 additions and 20 deletions.
40 changes: 20 additions & 20 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -59,26 +59,26 @@ can and will be introduced in patch releases.

### Libs

| Name | Desc |
| ---------------------------- | ----------------------------------------------------------- |
| base-env | Utility to safely access env variables |
| base-errors | Errors that can be handled in the front or in the backend |
| base-types | Base Business types used across the app |
| content-interview-flashcards | Content bank for the interview prep module |
| content-question-bank-b737 | Content bank for the 737 TR module |
| content-question-bank-a320 | Content bank for the A320 TR module |
| content-question-bank-atpl | Content bank for the ATPL theory module |
| core-analytics | Analytics provider (currently a custom solution) |
| core-app | Business logic blocks sharable between React SPA/SSR and RN |
| core-github | Github related functionalities |
| core-schemas | Zod Schemas shared across our application (from base-types) |
| react-analytics | React hooks to interact with our analytics provider |
| react-components | Shared react (DOM) components |
| react-containers | Next.js specific components |
| react-games | Shared react (three.js) components |
| trpc-client | trpc next js specific client |
| trpc-mock | trpc mock server, for storybook and RTL tests |
| trpc-server | main trpc server. All our backend logic starts here |
| Name | Desc |
| -------------------------- | ----------------------------------------------------------- |
| base-env | Utility to safely access env variables |
| base-errors | Errors that can be handled in the front or in the backend |
| base-types | Base Business types used across the app |
| content-question-bank-prep | Content bank for the interview prep module |
| content-question-bank-b737 | Content bank for the 737 TR module |
| content-question-bank-a320 | Content bank for the A320 TR module |
| content-question-bank-atpl | Content bank for the ATPL theory module |
| core-analytics | Analytics provider (currently a custom solution) |
| core-app | Business logic blocks sharable between React SPA/SSR and RN |
| core-github | Github related functionalities |
| core-schemas | Zod Schemas shared across our application (from base-types) |
| react-analytics | React hooks to interact with our analytics provider |
| react-components | Shared react (DOM) components |
| react-containers | Next.js specific components |
| react-games | Shared react (three.js) components |
| trpc-client | trpc next js specific client |
| trpc-mock | trpc mock server, for storybook and RTL tests |
| trpc-server | main trpc server. All our backend logic starts here |

### .env

Expand Down

0 comments on commit 567627c

Please sign in to comment.