Skip to content

Commit

Permalink
update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
steezeburger committed Dec 7, 2024
1 parent cc937d6 commit a65a753
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@ the Astria bridge.

## `web` application directory structure

* `config-overrides.js` - used by `react-app-rewired` to override CRA's default
webpack config
* `public/index.html`
* html meta stuff, import styles and fonts
* define React root element
Expand All @@ -16,6 +18,10 @@ the Astria bridge.
* main application component
* define routes
* rest of context providers, e.g. notifications, rainbowkit, etc
* `src/setupTests.tsx`
* most jest mocks defined here (some mocks defined in individual test files)
* browser global mocks defined here
* `src/testHelpers.tsx` - helper functions for testing
* `src/components` - More general React components for the app, e.g. Navbar,
Dropdown, CopyToClipboardButton, etc
* `src/config` - Configuration for the web app
Expand Down

0 comments on commit a65a753

Please sign in to comment.