diff --git a/README.md b/README.md index 737ad77a7..3fb5566f5 100644 --- a/README.md +++ b/README.md @@ -54,6 +54,7 @@ Let us know your thoughts below. And good luck with development! - [Versions](#versions) - [Demo](#demo) - [Quick start](#quick-start) + - [Deploy](#deploy) - [Terminal Commands](#terminal-commands) - [Documentation](#documentation) - [What's included](#whats-included) @@ -92,6 +93,12 @@ Quick start options: 1. Download and Install NodeJs from [NodeJs Official Page](https://nodejs.org/en/download/). 2. Navigate to the root / directory and run npm install to install our local dependencies. +## 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/soft-ui-dashboard&utm_source=github&utm_medium=referral&utm_campaign=github-creativetim&utm_term=deploy-project&utm_content=button-head) + ## Documentation The documentation for the Soft UI Dashboard is hosted at our [website](https://www.creative-tim.com/learning-lab/bootstrap/overview/soft-ui-dashboard?ref=readme-sud). diff --git a/genezio.yaml b/genezio.yaml new file mode 100644 index 000000000..03b8a34ff --- /dev/null +++ b/genezio.yaml @@ -0,0 +1,15 @@ +name: soft-ui-dashboard +region: us-east-1 +frontend: + # Specifies the path of your code. + path: . + # Specifies the folder where the build is located. + # This is the folder that will be deployed. + publish: . + # Scripts will run in the specified `path` folder. + scripts: + # The command to build your frontend project. This is custom to your project. + # It must to populate the specified `publish` folder with a `index.html` file. + deploy: + - npm install --legacy-peer-deps +yamlVersion: 2 \ No newline at end of file diff --git a/index.html b/index.html index 547f81a77..ee0385bd1 100644 --- a/index.html +++ b/index.html @@ -111,4 +111,8 @@