Skip to content

Commit

Permalink
Merge pull request #46 from cristim67/main
Browse files Browse the repository at this point in the history
Deploy on Genezio
  • Loading branch information
chivalrousdev committed Jul 15, 2024
2 parents d08d489 + f6c6218 commit 6fb41c6
Show file tree
Hide file tree
Showing 2 changed files with 24 additions and 1 deletion.
9 changes: 8 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,7 @@ Let us know your thoughts below. And good luck with development!
- [Versions](#versions)
- [Demo](#demo)
- [Quick Start](#quick-start)
- [Deploy](#deploy)
- [Documentation](#documentation)
- [File Structure](#file-structure)
- [Browser Support](#browser-support)
Expand Down Expand Up @@ -80,7 +81,13 @@ Let us know your thoughts below. And good luck with development!

Quick start options:

- Downdload from [Creative Tim](https://www.creative-tim.com/product/material-tailwind-dashboard-react?ref=readme-mtdr).
- Download from [Creative Tim](https://www.creative-tim.com/product/material-tailwind-dashboard-react?ref=readme-mtdr).

## 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-tailwind-dashboard-react&utm_source=github&utm_medium=referral&utm_campaign=github-creativetim&utm_term=deploy-project&utm_content=button-head)

## Terminal Commands

Expand Down
16 changes: 16 additions & 0 deletions genezio.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
name: material-tailwind-dashboard-react
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: dist
# 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
- npm run build
yamlVersion: 2

0 comments on commit 6fb41c6

Please sign in to comment.