Skip to content

Commit

Permalink
Merge pull request #35 from cristim67/main
Browse files Browse the repository at this point in the history
Add Deploy to Genezio Button
  • Loading branch information
marqbeniamin authored Jul 11, 2024
2 parents 01d3f1b + b29da15 commit 83af935
Show file tree
Hide file tree
Showing 3 changed files with 20 additions and 14 deletions.
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand All @@ -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:

[![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/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:
Expand Down
Empty file added next.config.js
Empty file.
28 changes: 14 additions & 14 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand All @@ -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"
}
}

0 comments on commit 83af935

Please sign in to comment.