File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff 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```
6565git 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
You can’t perform that action at this time.
0 commit comments