We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 12ffe9a commit 8da83acCopy full SHA for 8da83ac
README.md
@@ -36,10 +36,10 @@ Rename or copy `.env.example` file to `.env` 1.`php artisan key:generate` to gen
36
1. Migrate database table `php artisan migrate`
37
1. `php artisan db:seed`, this will initialize settings and create and admin user for you [email: admin@gmail.com - password: admin123]
38
39
-### Install Node Dependencies(optional)
+### Install Node Dependencies
40
41
1. `npm install` to install node dependencies
42
-1. `npm run dev` to build our javascript
+1. `npm run dev` for development or `npm run build` for production
43
44
### Create storage link
45
0 commit comments