Merge pull request #35 from cristim67/main
Add Deploy to Genezio Button
This commit is contained in:
@@ -84,6 +84,7 @@ We also feature the following 18 dynamic components:
|
||||
* [Versions](#versions)
|
||||
* [Documentation](#documentation)
|
||||
* [Quick Start](#quick-start)
|
||||
* [Deploy](#deploy)
|
||||
* [Files and folders](#files-and-folders)
|
||||
* [Browser Support](#browser-support)
|
||||
* [Reporting Issues](#reporting-issues)
|
||||
@@ -108,6 +109,11 @@ The documentation for the Notus NextJS is hosted at our <a href="https://www.cre
|
||||
- <a href="https://www.creative-tim.com/product/notus-nextjs?ref=nnjs-github-readme" target="_blank">Download from Creative Tim</a>.
|
||||
- <a href="https://github.com/creativetimofficial/notus-nextjs" target="_blank">Check it on Github</a>.
|
||||
|
||||
## Deploy
|
||||
:rocket: You can deploy your own version of the template to Genezio with one click:
|
||||
|
||||
[](https://app.genez.io/start/deploy?repository=https://github.com/creativetimofficial/notus-nextjs&utm_source=github&utm_medium=referral&utm_campaign=github-creativetim&utm_term=deploy-project&utm_content=button-head)
|
||||
|
||||
## Files and Folder
|
||||
|
||||
This is the project structure that you will get upon the download:
|
||||
|
||||
+14
-14
@@ -2,21 +2,21 @@
|
||||
"name": "notus-nextjs",
|
||||
"homepage": "https://demos.creative-tim.com/notus-nextjs",
|
||||
"version": "1.1.0",
|
||||
"description": "Notus NextJS - A free Tailwind CSS, NextJS and React Ui Kit and Admin by Creative Tim.",
|
||||
"description": "Notus NextJS - A free Tailwind CSS, NextJS and React UI Kit and Admin by Creative Tim.",
|
||||
"repository": "https://github.com/creativetimofficial/notus-nextjs",
|
||||
"license": "MIT",
|
||||
"dependencies": {
|
||||
"@fortawesome/fontawesome-free": "5.15.3",
|
||||
"@popperjs/core": "2.9.1",
|
||||
"@tailwindcss/forms": "0.2.1",
|
||||
"chart.js": "2.9.4",
|
||||
"@fortawesome/fontawesome-free": "6.0.0",
|
||||
"@popperjs/core": "2.11.7",
|
||||
"@tailwindcss/forms": "0.5.3",
|
||||
"chart.js": "4.3.0",
|
||||
"gulp": "4.0.2",
|
||||
"gulp-append-prepend": "1.0.8",
|
||||
"next": "10.0.9",
|
||||
"react": "17.0.1",
|
||||
"react-dom": "17.0.1",
|
||||
"react-scripts": "4.0.3",
|
||||
"tailwindcss": "2.0.4"
|
||||
"gulp-append-prepend": "1.0.9",
|
||||
"next": "13.4.6",
|
||||
"react": "18.2.0",
|
||||
"react-dom": "18.2.0",
|
||||
"react-scripts": "5.0.1",
|
||||
"tailwindcss": "3.3.2"
|
||||
},
|
||||
"scripts": {
|
||||
"start": "next start",
|
||||
@@ -41,10 +41,10 @@
|
||||
]
|
||||
},
|
||||
"optionalDependencies": {
|
||||
"typescript": "4.2.3"
|
||||
"typescript": "4.9.5"
|
||||
},
|
||||
"devDependencies": {
|
||||
"autoprefixer": "10.2.5",
|
||||
"postcss": "8.2.8"
|
||||
"autoprefixer": "10.4.14",
|
||||
"postcss": "8.4.22"
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user