Skip to content

Commit bbd435c

Browse files
Update README.md (#5)
* Update README.md * Update prod.yml * Update README.md
1 parent 3fc075a commit bbd435c

2 files changed

Lines changed: 13 additions & 3 deletions

File tree

.github/workflows/prod.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929

3030
- name: 🔨 Build Project
3131
run: |
32-
npm i
32+
npm i --legacy-peer-deps
3333
npm run build-prod
3434
3535
- name: 📂 Deploy to Server

README.md

Lines changed: 12 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -60,10 +60,20 @@ Berry offers everything you need to create dashboards. We have included the foll
6060

6161
## Getting Started
6262

63-
Clone from Github
63+
1. Clone from Github
6464
```
6565
git clone https://github.com/codedthemes/berry-free-angular-admin-template.git
6666
```
67+
2. Install packages
68+
```
69+
npm i --legacy-peer-deps
70+
```
71+
72+
3. Run project
73+
```
74+
npm run start
75+
```
76+
6777

6878
## Documentation
6979

@@ -72,7 +82,7 @@ git clone https://github.com/codedthemes/berry-free-angular-admin-template.git
7282
## Technology Stack
7383

7484
- Bootstrap 5
75-
- Angular 14
85+
- Angular 15
7686

7787

7888
## Author

0 commit comments

Comments
 (0)