-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Dev (#1) * init push * Create prod.yml * Update README.md * update read me * update links * update readme * update readme * update chage --------- Co-authored-by: CodedThemes <[email protected]> * image update (#3) --------- Co-authored-by: CodedThemes <[email protected]>
- Loading branch information
1 parent
d56c52b
commit ded5adc
Showing
871 changed files
with
196,785 additions
and
32 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,45 @@ | ||
name: Prod 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@v4 | ||
|
||
- name: Install Node.js 20 | ||
uses: actions/setup-node@v4 | ||
with: | ||
node-version: "20.x" | ||
|
||
- name: 🔨 Build Project | ||
run: | | ||
npm install | ||
npm run build | ||
- name: 📂 Deploy to Server | ||
uses: easingthemes/ssh-deploy@v4 | ||
env: | ||
SSH_PRIVATE_KEY: ${{ secrets.SERVER_SSH_KEY }} | ||
# ARGS: "-rltgoDzvO --delete" | ||
SOURCE: 'dist/' | ||
REMOTE_HOST: 92.112.197.121 | ||
REMOTE_USER: u778408432 | ||
REMOTE_PORT: '65002' | ||
TARGET: domains/codedthemes.com/public_html/demos/admin-templates/datta-able/tailwind/free | ||
EXCLUDE: '/node_modules/' |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
**/.git | ||
**/.svn | ||
**/.hg | ||
**/node_modules | ||
dist |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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": "ignore", | ||
"bracketSameLine": false | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,142 @@ | ||
# Datta Able Free Tailwind Admin Template | ||
|
||
Datta Able Free Dashboard Template made using Tailwind framework, It is a free lite version of [Datta Able Pro](https://codedthemes.com/item/datta-able-tailwind-admin-template) Dashboard Template that makes you fulfill your Dashboard needs. | ||
|
||
![Datta Able Free Admin Template Preview Image](https://org-public-assets.s3.us-west-2.amazonaws.com/Free-Version-Banners/GITHUB-FREE-Tilwind-REPO-+Datta+Able.jpg) | ||
|
||
Datta Able Admin Template comes with variety of components like Button, Badges, Tabs, Breadcrumb, Icons, Form elements, Table, Charts & Authentication pages. | ||
|
||
The code structure is high flexible to use and modify. | ||
|
||
Its design adapt any screen size easily even if retina screens. | ||
|
||
It is modern concept dashboard design with eye catchy colors. Wish you happy to use our product in your project. | ||
|
||
## Free Version Preview & Download | ||
|
||
Check out live preview of Datta Able lite version & download it. | ||
|
||
#### Preview | ||
|
||
- [Demo](https://codedthemes.com/demos/admin-templates/datta-able/tailwind/free) | ||
|
||
#### Download | ||
|
||
- [Download from Github](https://github.com/codedthemes/datta-able-free-tailwind-admin-template.git) | ||
- [Download from CodedThemes]( https://codedthemes.com/item/datta-able-free-tailwind-admin-template/) & receive important notification instantly in your maiL. | ||
|
||
## Premium Version Preview & Download | ||
|
||
Datta Able Pro Admin Template is available to purchase. Visit its numerous demos and make your purchase decision. | ||
#### Preview | ||
- [Demo](https://codedthemes.com/demos/admin-templates/datta-able/tailwind/default/) | ||
|
||
#### Download | ||
|
||
- [Purchase from CodedThemes](https://codedthemes.com/item/datta-able-tailwind-admin-template) | ||
|
||
## Table of contents | ||
|
||
* [Getting Started](#getting-started) | ||
* [Online Documentation](#online-documentation) | ||
* [Build With](#build-with) | ||
* [Directory-structure](#directory-structure) | ||
* [RoadMap](#roadmap) | ||
* [Author](#author) | ||
* [Contributing](#contributing) | ||
* [Issues?](#issues) | ||
* [License](#license) | ||
* [Other Dashboard Products](#other-dashboard-products) | ||
* [Social Profiles](#social-profiles) | ||
|
||
## Getting Started | ||
|
||
Clone from Github | ||
``` | ||
git clone https://github.com/codedthemes/datta-able-free-tailwind-admin-template.git | ||
``` | ||
*no other dependencies required to run the Datta Able Template* | ||
|
||
## Online Documentation | ||
|
||
Datta Able Lite version documentation cover in its Pro version documentation - check our [website.](https://codedthemes.gitbook.io/datta/v/datta-able-tailwind/) | ||
|
||
## Build With | ||
|
||
- [Tailwind](https://tailwindcss.com/) | ||
- [SASS](https://sass-lang.com/) - SCSS file not included in lite version v1.0 | ||
|
||
## Directory Structure | ||
|
||
``` | ||
Datta-able/ | ||
├── assets/ | ||
│ ├── css/ | ||
│ │ ├── style.css | ||
│ ├── fonts/ | ||
│ │ ├── feather/css/feather.css | ||
│ │ ├── fontawesome/css/fontawesome-all.min.css | ||
│ ├── images/ | ||
│ │ ├── user/ | ||
│ │ │ ├── avatar-1.jpg | ||
│ │ │ ├── avatar-2.jpg | ||
│ │ │ ├── ...-More | ||
│ │ ├── logo.png | ||
│ │ ├── ...-More | ||
│ ├── js/ | ||
│ │ ├── pages/ | ||
│ │ │ ├── chart.js | ||
│ │ │ ├── google-maps.js | ||
│ │ ├── script.js | ||
│ │ ├── ...-More | ||
├── index.html | ||
├── ...- More | ||
``` | ||
|
||
## RoadMap | ||
|
||
We are continuously working in Datta Able Project and going to make it a awesome dashboard template via your support. Give us the ideas, suggestion for include more components, pages, plugins. Few of future release pages are | ||
|
||
#### Layouts | ||
- Horizontal version | ||
- Sidebar Image version | ||
- Introduce Live Customizer (i.e. only for demo) | ||
|
||
#### Pages | ||
- Pricing | ||
- Login/Register pages version 2 | ||
- User profile | ||
- Maintenance Pages like 404, Error Pages, Coming Soon | ||
|
||
#### Basic & Advance Components | ||
- Alert, Cards, Progress, Modal | ||
- Datepicker, Notification, Slider | ||
|
||
*All above pages already included in Pro version. We need your support to include those pages in lite version too.* | ||
|
||
## Author | ||
|
||
Design and code is completely written by CodedThemes's design and development team. We are happy to welcome the contributors work for our all repositories. | ||
|
||
## Issues | ||
|
||
Please generate Github issue if you found bug in any version. We are try to be responsive to resolve the issue. | ||
|
||
## License | ||
|
||
- Design and Code is Copyright © [CodedThemes](https://www.codedthemes.com) | ||
- Licensed cover under [MIT](https://github.com/codedthemes/datta-able-free-tailwind-admin-template/blob/dev/LICENSE) | ||
|
||
## Other Dashboard Products | ||
|
||
- [Free Bootstrap 5 Admin Template](https://codedthemes.com/item/category/free-templates/free-bootstrap-admin-templates) | ||
- [Free React Dashboard Template](https://codedthemes.com/item/category/free-templates/free-react-admin-templates) | ||
- [Free Angular Dashboard Template](https://codedthemes.com/item/category/free-templates/free-angular-admin-templates) | ||
- [Premium Admin Template](https://codedthemes.com/item/category/templates/admin-templates/) | ||
|
||
## Social Profiles | ||
- Dribbble [https://dribbble.com/codedthemes](https://dribbble.com/codedthemes) | ||
- Behance [https://www.behance.net/codedthemes](https://www.behance.net/codedthemes) | ||
- Facebook [https://www.facebook.com/codedthemes](https://www.facebook.com/codedthemes) | ||
- Twitter [https://twitter.com/codedthemes](https://twitter.com/codedthemes) | ||
- Instagram [https://www.instagram.com/codedthemes/](https://www.instagram.com/codedthemes/) |
Large diffs are not rendered by default.
Oops, something went wrong.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
Oops, something went wrong.