Skip to content

Commit

Permalink
Update README.md (#5)
Browse files Browse the repository at this point in the history
* Update README.md

* Update prod.yml

* Update README.md
  • Loading branch information
phoenixcoded20 committed Dec 9, 2022
1 parent 3fc075a commit bbd435c
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/prod.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:

- name: 🔨 Build Project
run: |
npm i
npm i --legacy-peer-deps
npm run build-prod
- name: 📂 Deploy to Server
Expand Down
14 changes: 12 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand All @@ -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
Expand Down

0 comments on commit bbd435c

Please sign in to comment.