Skip to content

Commit a0d6550

Browse files
authored
Update README.md
1 parent 81645a8 commit a0d6550

File tree

1 file changed

+11
-10
lines changed

1 file changed

+11
-10
lines changed

README.md

Lines changed: 11 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -22,36 +22,37 @@ This repository contains a starter template for setting up a web application usi
2222
```bash
2323
git clone https://github.com/giauphan/laravel-vue-tailwind
2424
```
25-
# Navigate into the project directory
25+
## Navigate into the project directory
2626
```
2727
cd laravel-vue-tailwind
2828
```
29-
# Install PHP dependencies
29+
## Install PHP dependencies
3030
```
3131
composer install
3232
```
33-
# Install JavaScript dependencies
33+
## Install JavaScript dependencies
3434
```
3535
npm install
3636
```
37-
# Compile assets
37+
## Compile assets
3838
```
3939
npm run dev
4040
```
41-
# Set up environment variables
41+
## Set up environment variables
4242

43-
# Duplicate the ``.env.example file and rename it to .env.``
44-
# Generate an application key
43+
## Duplicate the ``.env.example file and rename it to .env.``
44+
45+
## Generate an application key
4546
```
4647
php artisan key:generate
4748
```
48-
# Configure your database connection in the .env file.
49+
## Configure your database connection in the .env file.
4950

50-
# Run migrations (if using a database)
51+
## Run migrations (if using a database)
5152
```
5253
php artisan migrate
5354
```
54-
# Start the development server
55+
## Start the development server
5556
```
5657
php artisan serve
5758
```

0 commit comments

Comments
 (0)