Skip to content

Commit 7567a8b

Browse files
committed
docs: add notice
1 parent f45f954 commit 7567a8b

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

README.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,9 @@
66
LogPose is a modern anime tracking application built with Expo and React Native. <br/>
77
It allows users to discover, track, and manage their anime watchlists with a beautiful and intuitive interface.
88
</p>
9+
10+
> 🚧 **Early Development** — This project is a work in progress. Ideas & contributions of any kind are welcome!
11+
912
<div style="margin-top:20px;margin-bottom:20px;">
1013
<img src="./assets/logpose.gif" width="300px" alt="App Demo" />
1114
</div>
@@ -38,18 +41,21 @@
3841
### Installation
3942

4043
1. Clone the repository:
44+
4145
```bash
4246
git clone https://github.com/takanome-dev/logpose-oss.git
4347
cd logpose-oss
4448
```
4549

4650
2. Install dependencies:
51+
4752
```bash
4853
cd apps/logpose-mobile
4954
bun install
5055
```
5156

5257
3. Start the development server:
58+
5359
```bash
5460
bun run start
5561
```

0 commit comments

Comments
 (0)