Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
salmankavanur authored Jan 23, 2024
1 parent 2f1a653 commit afb5936
Showing 1 changed file with 2 additions and 8 deletions.
10 changes: 2 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -76,19 +76,13 @@ Follow the steps below to set up and run the project on your local machine.
composer install
```

4. Install Node.js dependencies:

```bash
npm install
```

5. Create a copy of the `.env.example` file:
4. Create a copy of the `.env.example` file:

```bash
cp .env.example .env
```

6. Generate the application key:
5. Generate the application key:

```bash
php artisan key:generate
Expand Down

0 comments on commit afb5936

Please sign in to comment.