Skip to content

Commit

Permalink
Dev (#1) (#2)
Browse files Browse the repository at this point in the history
* 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
ct-viral and phoenixcoded20 authored Oct 23, 2024
1 parent d56c52b commit ded5adc
Show file tree
Hide file tree
Showing 871 changed files with 196,785 additions and 32 deletions.
45 changes: 45 additions & 0 deletions .github/workflows/prod.yml
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/'
43 changes: 11 additions & 32 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@ npm-debug.log*
yarn-debug.log*
yarn-error.log*
lerna-debug.log*
.pnpm-debug.log*

# Diagnostic reports (https://nodejs.org/api/report.html)
report.[0-9]*.[0-9]*.[0-9]*.[0-9]*.json
Expand Down Expand Up @@ -39,11 +38,12 @@ bower_components
build/Release

# Dependency directories
#dist/
node_modules/
jspm_packages/

# Snowpack dependency directory (https://snowpack.dev/)
web_modules/
# TypeScript v1 declaration files
typings/

# TypeScript cache
*.tsbuildinfo
Expand All @@ -54,9 +54,6 @@ web_modules/
# Optional eslint cache
.eslintcache

# Optional stylelint cache
.stylelintcache

# Microbundle cache
.rpt2_cache/
.rts2_cache_cjs/
Expand All @@ -72,41 +69,29 @@ web_modules/
# Yarn Integrity file
.yarn-integrity

# dotenv environment variable files
# dotenv environment variables file
.env
.env.development.local
.env.test.local
.env.production.local
.env.local
.env.test

# parcel-bundler cache (https://parceljs.org/)
.cache
.parcel-cache

# Next.js build output
.next
out

# Nuxt.js build / generate output
.nuxt
dist
# dist

# Gatsby files
.cache/
# Comment in the public line in if your project uses Gatsby and not Next.js
# Comment in the public line in if your project uses Gatsby and *not* Next.js
# https://nextjs.org/blog/next-9-1#public-directory-support
# public

# vuepress build output
.vuepress/dist

# vuepress v2.x temp and cache directory
.temp
.cache

# Docusaurus cache and generated files
.docusaurus

# Serverless directories
.serverless/

Expand All @@ -118,13 +103,7 @@ dist

# TernJS port file
.tern-port

# Stores VSCode versions used for testing VSCode extensions
.vscode-test

# yarn v2
.yarn/cache
.yarn/unplugged
.yarn/build-state.yml
.yarn/install-state.gz
.pnp.*
src/.DS_Store
src/assets/images/.DS_Store
src/assets/images/landing/.DS_Store
src/assets/.DS_Store
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": "ignore",
"bracketSameLine": false
}
142 changes: 142 additions & 0 deletions README.md
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 &copy; [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/)
1 change: 1 addition & 0 deletions build.css

Large diffs are not rendered by default.

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

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions dist/assets/css/plugins/simplebar.min.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit ded5adc

Please sign in to comment.