From ea53a5232180ddf4e47c2a1d437a4795b6bae5aa Mon Sep 17 00:00:00 2001 From: Radu Dumitrescu Date: Thu, 20 Jun 2024 14:30:08 +0300 Subject: [PATCH 1/4] Create genezio.yaml --- genezio.yaml | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 genezio.yaml diff --git a/genezio.yaml b/genezio.yaml new file mode 100644 index 000000000..76299cefc --- /dev/null +++ b/genezio.yaml @@ -0,0 +1,19 @@ +# The name of the project. +name: material-dashboard +# The region where the project is deployed. +region: us-east-1 +# The version of the Genezio YAML configuration to parse. +yamlVersion: 2 +# Information about the frontend, including the path, language, and publish directory. +# It is optional. It can also be an array if there are multiple frontends you want to deploy. +frontend: + # The folder where the frontend scripts will run. + path: ./ + # The directory that will be published to the CDN. It is relative to the path. + publish: ./ + scripts: + # List of scripts that build your frontend before deployment. It should populate the specified `publish` directory. + build: npm i + # List of scripts to run before deploying the frontend. + deploy: + - npm install From c72a05f228846c922d8a5a656d0163181fa86382 Mon Sep 17 00:00:00 2001 From: Radu Dumitrescu Date: Tue, 25 Jun 2024 12:47:18 +0300 Subject: [PATCH 2/4] Update genezio.yaml --- genezio.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/genezio.yaml b/genezio.yaml index 76299cefc..ccd06378a 100644 --- a/genezio.yaml +++ b/genezio.yaml @@ -13,7 +13,7 @@ frontend: publish: ./ scripts: # List of scripts that build your frontend before deployment. It should populate the specified `publish` directory. - build: npm i + build: npm install # List of scripts to run before deploying the frontend. deploy: - npm install From d45482ea95c6cbbbdd910bc0aa6d9d94d5eba9e0 Mon Sep 17 00:00:00 2001 From: Radu Dumitrescu Date: Tue, 25 Jun 2024 13:24:48 +0300 Subject: [PATCH 3/4] Update README.md --- README.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/README.md b/README.md index 541dfd4cc..35e949260 100644 --- a/README.md +++ b/README.md @@ -2,6 +2,7 @@ ![version](https://img.shields.io/badge/version-3.1.0-blue.svg) [![GitHub issues open](https://img.shields.io/github/issues/creativetimofficial/material-dashboard.svg)](https://github.com/creativetimofficial/material-dashboard/issues?q=is%3Aopen+is%3Aissue) [![GitHub issues closed](https://img.shields.io/github/issues-closed-raw/creativetimofficial/material-dashboard.svg)](https://github.com/creativetimofficial/material-dashboard/issues?q=is%3Aissue+is%3Aclosed) + ![Image](https://s3.amazonaws.com/creativetim_bucket/products/50/original/material-dashboard.jpg?1634648873) [Material Dashboard](https://www.creative-tim.com/product/material-dashboard) is a free Material Bootstrap Admin with a fresh, new design inspired by Google's Material Design. We are very excited to introduce our take on the material concepts through an easy to use and beautiful set of components. Material Dashboard was built over the popular Bootstrap framework and it comes with a couple of third-party plugins redesigned to fit in with the rest of the elements. @@ -26,6 +27,7 @@ We are very excited to share this dashboard with you and we look forward to hear - [Versions](#versions) - [Demo](#demo) - [Quick start](#quick-start) + - [Deploy](#deploy) - [Documentation](#documentation) - [File Structure](#file-structure) - [Browser Support](#browser-support) @@ -79,6 +81,11 @@ We are very excited to share this dashboard with you and we look forward to hear - [Download from Github](https://github.com/creativetimofficial/material-dashboard/archive/master.zip). - [Download from Creative Tim](https://www.creative-tim.com/product/material-dashboard). +## Deploy +:rocket: You can deploy your own version of the template to Genezio with one click: + +[![Deploy to Genezio](https://raw.githubusercontent.com/Genez-io/graphics/main/svg/deploy-button.svg)](https://app.genez.io/start/deploy?repository=https://github.com/creativetimofficial/material-dashboard&utm_source=github&utm_medium=referral&utm_campaign=github-creativetim&utm_term=deploy-project&utm_content=button-head) + ## Documentation The documentation for the Material Dashboard is hosted at our [website](https://demos.creative-tim.com/material-dashboard/docs/2.1/getting-started/introduction.html). From 6689777f38133c80bd8edd49c56eaa2cfc1eac18 Mon Sep 17 00:00:00 2001 From: Radu Dumitrescu Date: Tue, 25 Jun 2024 14:59:06 +0300 Subject: [PATCH 4/4] Update index.html --- index.html | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/index.html b/index.html index 04554cabf..45d3698ee 100644 --- a/index.html +++ b/index.html @@ -114,7 +114,7 @@