Skip to content

Commit 7e2370e

Browse files
Update README.md
1 parent b4af583 commit 7e2370e

File tree

1 file changed

+6
-3
lines changed

1 file changed

+6
-3
lines changed

README.md

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -43,15 +43,18 @@ cd laravel-vue-tailwind-modules-starterkit
4343
~~~bash
4444
npm run init
4545
~~~
46+
4. Copy .env.example to .env
47+
~~~bash
48+
cp .env.example .env
49+
~~~
4650

47-
48-
4. Start the server
51+
5. Start the server
4952

5053
~~~bash
5154
npm run dev
5255
~~~
5356

54-
5. Build the server
57+
6. Build the server
5558

5659
~~~bash
5760
npm run build

0 commit comments

Comments
 (0)