Skip to content

Commit

Permalink
chore: update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
szarbartosz committed Nov 8, 2024
1 parent e17691b commit b8d8e07
Showing 1 changed file with 14 additions and 9 deletions.
23 changes: 14 additions & 9 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# hedgeapp mobile :hedgehog:

## tech stack :wrench:

![React Native](https://img.shields.io/badge/react_native-%23000000.svg?style=for-the-badge&logo=react&logoColor=white)
![Expo](https://img.shields.io/badge/expo-%23000000.svg?style=for-the-badge&logo=expo&logoColor=white)
![Bun](https://img.shields.io/badge/bun-%23000000.svg?style=for-the-badge&logo=bun&logoColor=white)
![Nativewind](https://img.shields.io/badge/nativewind-%23000000.svg?style=for-the-badge&logo=tamagui&logoColor=white)

## dev quickstart :construction:

```bash
Expand All @@ -24,21 +31,21 @@ eas build --platform ios --profile development
├── app.json
├── babel.config.js
├── bun.lockb
├── eas.json
├── expo-env.d.ts
├── package.json
├── src
│   ├── api
│   │   ├── auth.service.ts
│   │   └── core.service.ts
│   ├── app
│   │   ├── (auth)
│   │   ├── (tabs)
│   │   ├── +html.tsx
│   │   ├── +not-found.tsx
│   │   ├── _layout.tsx
│   │   └── modal.tsx
│   │   ├── investments
│   │   ├── investors
│   │   ├── modal.tsx
│   │   └── offices
│   ├── assets
│   │   ├── fonts
│   │   ├── icons
│   │   └── images
│   ├── components
│   ├── constants
Expand All @@ -47,7 +54,5 @@ eas build --platform ios --profile development
│   ├── redux
│   ├── types
│   └── utils
├── tsconfig.json
└── types
└── fonts.d.ts
└── tsconfig.json
```

0 comments on commit b8d8e07

Please sign in to comment.