Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
16 changes: 16 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -166,6 +166,22 @@ At the main folder execute the following command in console to get the required

#### Step 2:

At the main folder execute the following command in console to get the required dependencies:
(Clear the npm cache: Run the following command to clear the npm cache:)

```bash
npm cache clean --force
```

#### Step 3:

At the main folder execute the following command in console to get the required dependencies:

```bash
npm install vite --save-dev --legacy-peer-deps
```
#### Step 4:

At the main folder execute the following command in console to run the development server:

```bash
Expand Down