From 7e2370e4d3b3e8afe2d2160af4aef1e0f5a965f2 Mon Sep 17 00:00:00 2001 From: JETBRAIN <43117784+HamasakiBrain@users.noreply.github.com> Date: Wed, 1 Feb 2023 21:55:45 +0300 Subject: [PATCH] Update README.md --- README.md | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 967bbc4..7669044 100644 --- a/README.md +++ b/README.md @@ -43,15 +43,18 @@ cd laravel-vue-tailwind-modules-starterkit ~~~bash npm run init ~~~ +4. Copy .env.example to .env +~~~bash +cp .env.example .env +~~~ - -4. Start the server +5. Start the server ~~~bash npm run dev ~~~ -5. Build the server +6. Build the server ~~~bash npm run build