Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 7 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ Paper Dashboard React is built using the same design language as [Paper Dashboar
- [Versions](#versions)
- [Demo](#demo)
- [Quick Start](#quick-start)
- [Deploy](#deploy)
- [Documentation](#documentation)
- [File Structure](#file-structure)
- [Browser Support](#browser-support)
Expand Down Expand Up @@ -54,6 +55,12 @@ Quick start options:
- [Download from Github](https://github.com/creativetimofficial/paper-dashboard-react/archive/main.zip).
- [Download from Creative Tim](https://www.creative-tim.com/product/paper-dashboard-react).

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

## Documentation

The documentation for the Paper Dashboard React is hosted at our [website](https://demos.creative-tim.com/paper-dashboard-react/#/documentation/tutorial).
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: paper-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: build
# 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
5 changes: 3 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,13 @@
"version": "1.3.2",
"private": true,
"dependencies": {
"ajv": "^8.17.1",
"bootstrap": "4.6.2",
"chart.js": "3.9.1",
"perfect-scrollbar": "1.5.5",
"react": "18.2.0",
"react": ">=16.8.0",
"react-chartjs-2": "3.3.0",
"react-dom": "18.2.0",
"react-dom": ">=16.8.0",
"react-notification-alert": "0.0.13",
"react-router-dom": "6.11.1",
"react-scripts": "5.0.1",
Expand Down