From 56c22efa07d2f675400d59e5b941749e0aec2c14 Mon Sep 17 00:00:00 2001 From: riteshporiya Date: Sun, 3 Dec 2023 12:56:55 +0530 Subject: [PATCH] initial commit --- README.md | 12 ++++++++++-- 1 file changed, 10 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index c0e5cff..f6ebf63 100644 --- a/README.md +++ b/README.md @@ -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).