This commit is contained in:
Morten Olsen
2024-06-27 11:54:49 +02:00
commit 7db07922aa
69 changed files with 21566 additions and 0 deletions

20
README.md Normal file
View File

@@ -0,0 +1,20 @@
## Setup
```
pnpm install
```
## Usage
### Storybook
Run storybook `pnpm dev:storybook`
### App
- Run app `pnpm dev:app` and connect using Expo Go
- Run ios `pnpm dev:ios`
- Run android `pnpm dev:android`
- Run web `pnpm dev:web`
_To have hot reload on changes in the UI project, run `pnpm dev:pkgs` in a seperatre terminal_