Skip to content

Commit

Permalink
initial commit
Browse files Browse the repository at this point in the history
  • Loading branch information
riteshporiya committed Dec 3, 2023
1 parent 6ee3092 commit 56c22ef
Showing 1 changed file with 10 additions and 2 deletions.
12 changes: 10 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -49,11 +49,19 @@ php artisan key:generate
```shell
php artisan migrate --seed
```
7. Start the development server:
7. Install NPM dependencies:
```shell
npm inatall
```
8. Run npm development :
```shell
npm run dev
```
9. Start the development server:
```shell
php artisan serve
```
8. Visit `http://localhost:8000` in your browser to access Farmington.
10. Visit `http://localhost:8000` in your browser to access Farmington.

## License 📄
Farmington is open-source software licensed under the [MIT License](LICENSE).
Expand Down

0 comments on commit 56c22ef

Please sign in to comment.