Skip to content

Commit

Permalink
init setup (#1)
Browse files Browse the repository at this point in the history
* init setup

* plugin remove

* change from comment

* Added CICD, dist and corrected links

* Update README.md

* Update README.md

* Update README.md

* Update README.md

Co-authored-by: Harshad <codedthemes@gmail.com>
Co-authored-by: CodedThemes <32134933+codedthemes@users.noreply.github.com>
  • Loading branch information
3 people authored Nov 14, 2022
1 parent bfef496 commit b178e12
Show file tree
Hide file tree
Showing 156 changed files with 64,696 additions and 3 deletions.
3 changes: 3 additions & 0 deletions .babelrc
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
{
"presets": ["@babel/preset-env"]
}
44 changes: 44 additions & 0 deletions .github/workflows/prod.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,44 @@
name: Production deploy

# Controls when the action will run.
on:
# Triggers the workflow on push or pull request events but only for the master branch
push:
branches:
- master
pull_request:
types:
- closed
branches:
- master

jobs:
if_merged:
if: github.event.pull_request.merged == true
name: 🎉 Deploy
runs-on: ubuntu-latest

steps:
- name: 🚚 Get latest code
uses: actions/checkout@v2

- name: Use Node.js 16
uses: actions/setup-node@v2-beta
with:
node-version: '16'

- name: 🔨 Build Project
run: |
yarn
gulp build-prod
- name: 📂 Deploy to Server
uses: easingthemes/ssh-deploy@v2.1.5
env:
SSH_PRIVATE_KEY: ${{ secrets.SERVER_SSH_KEY }}
# ARGS: "-rltgoDzvO --delete"
SOURCE: 'dist/'
REMOTE_HOST: 192.34.62.123
REMOTE_USER: berry
TARGET: public_html/bootstrap/free
EXCLUDE: '/node_modules/'
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ bower_components
build/Release

# Dependency directories
dist/
# dist/
node_modules/
jspm_packages/
.vscode/
Expand Down
5 changes: 5 additions & 0 deletions .prettierignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
**/.git
**/.svn
**/.hg
**/node_modules
dist
10 changes: 10 additions & 0 deletions .prettierrc
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
{
"bracketSpacing": true,
"printWidth": 140,
"singleQuote": true,
"trailingComma": "none",
"tabWidth": 2,
"useTabs": false,
"htmlWhitespaceSensitivity": "strict",
"bracketSameLine": false
}
125 changes: 123 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,2 +1,123 @@
# berry-free-bootstrap-admin-template
Bootstrap version of berry
# Berry Free Bootstrap Admin Template [![Tweet](https://img.shields.io/twitter/url/http/shields.io.svg?style=social)](https://twitter.com/intent/tweet?text=Get%20Berry%20React%20-%20The%20most%20beautiful%20Material%20designed%20Admin%20Dashboard%20Template%20&url=https://berrydashboard.io&via=codedthemes&hashtags=bootstrap,webdev,developers,javascript)

[![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT)
[![Price](https://img.shields.io/badge/price-FREE-0098f7.svg)](https://github.com/codedthemes/berry-free-bootstrap-admin-template/blob/master/LICENSE)
[![GitHub package version](https://img.shields.io/github/package-json/v/codedthemes/berry-free-bootstrap-admin-template)](https://github.com/codedthemes/berry-free-bootstrap-admin-template/)


Berry is a free Bootstrap admin dashboard template. It is designed to deliver the best possible user experience with highly customizable feature-rich pages. Berry has easy and intuitive responsive design whether it is viewed on retina screens or laptops.

:star: :star: :star: Do not forget to star (Top right of this page) it if you like the theme :star: :star: :star:

![IMG_8566.jpg](https://berrydashboard.io/imp-images/berry-github-free-bootstrap-repo-1.jpg)


[Pro version](https://codedthemes.com/item/berry-bootstrap-5-admin-template/) of Berry react template contains features like Mutiple Layouts, Apps, Advance Components, Form Plugins, Layouts, Widgets, and many more.

| [Berry Free](https://berrydashboard.io/bootstrap/free/) | [Berry](https://codedthemes.com/item/berry-bootstrap-5-admin-template/) |
| ---------------------------------------------------------------------------------------- | :------------------------------------------------------------------------|
| **9** Demo pages | **45+** demo pages |
| - | ✓ Multi-language |
| - | ✓ Dark/Light Mode 🌓 |
| - | ✓ TypeScript version |
| - | ✓ Design files (Figma) |
| - | ✓ 6+ color Options |
| - | ✓ RTL |
| - | ✓ JWT, Firebase, Auth0 authentications |
| - |[More components](https://codedthemes.com/item/berry-bootstrap-5-admin-template/) |


## Why Berry?

Get started with a sweet set of features including:

* Modern aesthetics UI design
* Bootstrap components
* Fully Responsive, all modern browser supported
* Easy to use code structure
* Flexible & High-Performance code
* Easy Documentation Guide

## Free Berry Bootstrap 5 version

- [Preview](https://berrydashboard.io/bootstrap/free/)
- [Download from Github](https://github.com/codedthemes/berry-free-bootstrap-admin-template)

## Berry Pro Bootstap 5 version

- [Preview](https://berrydashboard.io/bootstrap/default/dashboard/index.html)
- [Purchase from CodedThemes](https://codedthemes.com/item/berry-bootstrap-5-admin-template/)

## Table of contents

* [Getting Started](#getting-started)
* [Documentation](#documentation)
* [Technology Stack](#technology-stack)
* [Author](#author)
* [Issues?](#issues)
* [License](#license)
* [More Products](#more-free-react-material-admin-templates)
* [Follow us](#follow-us)

## Getting Started

Clone from Github
```
git clone https://github.com/codedthemes/berry-free-bootstrap-admin-template.git
```
- Run Yarn
- Run Gulp

OR
- Goto /dist and open `index.html`

## Documentation

[Berry documentation](https://codedthemes.gitbook.io/berry-bootstrap/) helps you with installation, deployment, and troubleshooting.

## Technology Stack

- Bootstrap 5
- No Jquery
- npm/yarn package installer
- Gulp support

## Author

Berry is developed by Team [CodedThemes](https://codedthemes.com).

## Issues

To report a bug, please submit an [issue](https://github.com/codedthemes/berry-free-bootstrap-admin-template/issues) on Github. We will respond as soon as possible to resolve the issue.

## License

- Licensed cover under [MIT](https://github.com/codedthemes/datta-able-bootstrap-dashboard/blob/master/LICENSE)

## Berry EcoSystem

- [Free Berry React](https://github.com/codedthemes/berry-free-react-admin-template) | [Berry React Pro](https://mui.com/store/items/berry-react-material-admin/)
- [Free Berry Angular](https://github.com/codedthemes/berry-free-angular-admin-template) | [Berry Angular Pro](https://codedthemes.com/item/berry-angular-admin-dashboard-template/)
- [Free Berry Bootstrap](https://github.com/codedthemes/berry-free-bootstrap-admin-template) | [Berry Bootstrap Pro](https://codedthemes.com/item/berry-bootstrap-5-admin-template/)
- [Free Berry Nodejs](https://appseed.us/product/react-node-js-berry-dashboard) | [Berry Nodejs Pro](https://appseed.us/full-stack/react-berry-dashboard)


## More Free Bootstrap Admin Templates

- [Free Datta Able](https://codedthemes.com/item/datta-able-bootstrap-lite/)
- [Free Gradient Able](https://codedthemes.com/item/gradient-able-bootstrap-lite/)
- [Free Flash Able](https://codedthemes.com/item/flash-able-free-admin-template/)

## More Premium Bootstrap Admin Templates

- [Datta Able Pro](https://codedthemes.com/item/datta-able-bootstrap-admin-template/)
- [Gradient Able Pro](https://codedthemes.com/item/gradient-able-admin-template/)
- [Able Pro](https://themeforest.net/item/able-pro-responsive-bootstrap-4-admin-template/19300403)

## Follow us
- [Website](https://berrydashboard.io)
- [Blog](https://blog.berrydashboard.io)
- [CodedThemes](https://codedthemes.com)
- [Dribbble](https://dribbble.com/codedthemes)
- [Facebook](https://www.facebook.com/codedthemes)
- [Twitter](https://twitter.com/codedthemes)
11 changes: 11 additions & 0 deletions dist/assets/css/plugins/animate.min.css

Large diffs are not rendered by default.

7 changes: 7 additions & 0 deletions dist/assets/css/plugins/bootstrap.min.css

Large diffs are not rendered by default.

Loading

0 comments on commit b178e12

Please sign in to comment.