From bbd435c8037611bc45be7fee3c62cd440ce9a9e4 Mon Sep 17 00:00:00 2001 From: CodedThemes <77041536+phoenixcoded20@users.noreply.github.com> Date: Fri, 9 Dec 2022 10:29:13 +0530 Subject: [PATCH] Update README.md (#5) * Update README.md * Update prod.yml * Update README.md --- .github/workflows/prod.yml | 2 +- README.md | 14 ++++++++++++-- 2 files changed, 13 insertions(+), 3 deletions(-) diff --git a/.github/workflows/prod.yml b/.github/workflows/prod.yml index 39ec41d..137371e 100644 --- a/.github/workflows/prod.yml +++ b/.github/workflows/prod.yml @@ -29,7 +29,7 @@ jobs: - name: 🔨 Build Project run: | - npm i + npm i --legacy-peer-deps npm run build-prod - name: 📂 Deploy to Server diff --git a/README.md b/README.md index 4e2f873..a3a12f9 100644 --- a/README.md +++ b/README.md @@ -60,10 +60,20 @@ Berry offers everything you need to create dashboards. We have included the foll ## Getting Started -Clone from Github +1. Clone from Github ``` git clone https://github.com/codedthemes/berry-free-angular-admin-template.git ``` +2. Install packages +``` +npm i --legacy-peer-deps +``` + +3. Run project +``` +npm run start +``` + ## Documentation @@ -72,7 +82,7 @@ git clone https://github.com/codedthemes/berry-free-angular-admin-template.git ## Technology Stack - Bootstrap 5 - - Angular 14 + - Angular 15 ## Author