Skip to content

Commit be308e3

Browse files
free theme (#3) (#4)
* free theme (#3) * Update README.md * Update package.json * Update prod.yml --------- Co-authored-by: CodedThemes <77041536+phoenixcoded20@users.noreply.github.com>
1 parent b178e12 commit be308e3

File tree

164 files changed

+88533
-14838
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

164 files changed

+88533
-14838
lines changed

.github/workflows/prod.yml

Lines changed: 2 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -20,20 +20,10 @@ jobs:
2020

2121
steps:
2222
- name: 🚚 Get latest code
23-
uses: actions/checkout@v2
24-
25-
- name: Use Node.js 16
26-
uses: actions/setup-node@v2-beta
27-
with:
28-
node-version: '16'
29-
30-
- name: 🔨 Build Project
31-
run: |
32-
yarn
33-
gulp build-prod
23+
uses: actions/checkout@v3
3424

3525
- name: 📂 Deploy to Server
36-
uses: easingthemes/ssh-deploy@v2.1.5
26+
uses: easingthemes/ssh-deploy@main
3727
env:
3828
SSH_PRIVATE_KEY: ${{ secrets.SERVER_SSH_KEY }}
3929
# ARGS: "-rltgoDzvO --delete"

.gitignore

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,6 @@ bower_components
3838
build/Release
3939

4040
# Dependency directories
41-
# dist/
4241
node_modules/
4342
jspm_packages/
4443
.vscode/

README.md

Lines changed: 4 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -61,12 +61,9 @@ Get started with a sweet set of features including:
6161

6262
## Getting Started
6363

64-
Clone from Github
65-
```
66-
git clone https://github.com/codedthemes/berry-free-bootstrap-admin-template.git
67-
```
68-
- Run Yarn
69-
- Run Gulp
64+
1. Clone from Github ``` git clone https://github.com/codedthemes/berry-free-bootstrap-admin-template.git ```
65+
2. Run ```Yarn```
66+
3. Run ```Gulp```
7067

7168
OR
7269
- Goto /dist and open `index.html`
@@ -112,7 +109,7 @@ To report a bug, please submit an [issue](https://github.com/codedthemes/berry-f
112109

113110
- [Datta Able Pro](https://codedthemes.com/item/datta-able-bootstrap-admin-template/)
114111
- [Gradient Able Pro](https://codedthemes.com/item/gradient-able-admin-template/)
115-
- [Able Pro](https://themeforest.net/item/able-pro-responsive-bootstrap-4-admin-template/19300403)
112+
- [Able Pro](https://themeforest.net/item/able-pro-bootstrap-admin-dashboard-template/50170229)
116113

117114
## Follow us
118115
- [Website](https://berrydashboard.io)

dist/assets/css/landing.css

Lines changed: 112 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/assets/css/plugins/animate.min.css

Lines changed: 0 additions & 11 deletions
This file was deleted.

dist/assets/css/plugins/bootstrap.min.css

Lines changed: 3 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)