Skip to content

Commit 738f9ac

Browse files
committed
Adds installation guideline
1 parent f7495e7 commit 738f9ac

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

README.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,20 @@ MoneyMint is a simple app for tracking expenses, budgeting, and getting an overv
66
<img alt="MoneyMint" src="https://github.com/phpfour/moneymint/assets/171715/e91cb8ef-507a-4b34-9e7e-ad42fa25fad4" style="max-width: 100%;">
77
</p>
88

9+
## Installation
10+
- Clone the repository
11+
- cd moneymint
12+
- composer install or composer update
13+
- cp .env.example .env
14+
- Set up .env file
15+
- php artisan key:generate
16+
- php artisan migrate:fresh --seed
17+
- php artisan serve
18+
19+
In new terminal
20+
- npm i
21+
- npm run dev
22+
923
## Contributing
1024

1125
Thank you for considering contributing to the project! Please fork this project and open a pull request against the `main` branch.

0 commit comments

Comments
 (0)