Skip to content

Commit d15f826

Browse files
docs: 📝 Update Readme
1 parent 4b0caff commit d15f826

File tree

1 file changed

+7
-5
lines changed

1 file changed

+7
-5
lines changed

README.md

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22

33
Minty is a comprehensive finance tracker application designed to help users manage their financial activities efficiently. With Minty, you can track transactions, set budgets, establish financial goals, and categorize expenses with ease. The app is built with a modern tech stack that ensures high performance and seamless user experience.
44

5+
![Minty](https://github.com/user-attachments/assets/cc85b718-e302-4e84-98ea-e6905432142c)
6+
57
## Features
68

79
- **Transaction Management**: Add, edit, and categorize your financial transactions.
@@ -34,9 +36,9 @@ Minty is a comprehensive finance tracker application designed to help users mana
3436

3537
### Prerequisites
3638

37-
Ensure that you have bun installed:
39+
Ensure that you have pnpm installed:
3840

39-
- [Bun](https://bun.sh/)
41+
- [PnPM](https://pnpm.io/)
4042

4143
### Installation
4244

@@ -55,16 +57,16 @@ Ensure that you have bun installed:
5557
3. Install the dependencies:
5658

5759
```bash
58-
bun install
60+
pnpm install
5961
```
6062

6163
### Running the Application
6264

6365
1. Start the development server:
6466

6567
```bash
66-
bunx convex dev
67-
bun dev
68+
pnpx convex dev
69+
pnpm dev
6870
```
6971

7072
2. Open [http://localhost:3000](http://localhost:3000) in your browser to view the app.

0 commit comments

Comments
 (0)