From befcdd3dfae8b4d504188122bc9f9ded2622a259 Mon Sep 17 00:00:00 2001 From: Pedro De Castro <1519428+snaow@users.noreply.github.com> Date: Mon, 25 Nov 2024 13:06:04 +0100 Subject: [PATCH] Update and remove MD files preparing repositories merge (#99) --- LICENSE | 21 --------------------- README.md | 33 ++++++++++----------------------- 2 files changed, 10 insertions(+), 44 deletions(-) delete mode 100644 LICENSE diff --git a/LICENSE b/LICENSE deleted file mode 100644 index 7f91f8483f..0000000000 --- a/LICENSE +++ /dev/null @@ -1,21 +0,0 @@ -MIT License - -Copyright (c) 2023 Next UI - -Permission is hereby granted, free of charge, to any person obtaining a copy -of this software and associated documentation files (the "Software"), to deal -in the Software without restriction, including without limitation the rights -to use, copy, modify, merge, publish, distribute, sublicense, and/or sell -copies of the Software, and to permit persons to whom the Software is -furnished to do so, subject to the following conditions: - -The above copyright notice and this permission notice shall be included in all -copies or substantial portions of the Software. - -THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR -IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, -FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE -AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER -LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, -OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE -SOFTWARE. diff --git a/README.md b/README.md index c1da609412..3e334368ff 100644 --- a/README.md +++ b/README.md @@ -1,26 +1,7 @@ -# Next.js & NextUI Template +# Description -This is a template for creating applications using Next.js 14 (app directory) and NextUI (v2). +This repository hosts the UI component for Prowler, providing a user-friendly web interface to interact seamlessly with Prowler's features. -[Try it on CodeSandbox](https://githubbox.com/nextui-org/next-app-template) - -## Technologies Used - -- [Next.js 14](https://nextjs.org/docs/getting-started) -- [NextUI v2](https://nextui.org/) -- [Tailwind CSS](https://tailwindcss.com/) -- [Tailwind Variants](https://tailwind-variants.org) -- [TypeScript](https://www.typescriptlang.org/) -- [Framer Motion](https://www.framer.com/motion/) -- [next-themes](https://github.com/pacocoursey/next-themes) - -## Use the template with create-next-app - -To create a new project based on this template using `create-next-app`, run the following command: - -```bash -npx create-next-app -e https://github.com/nextui-org/next-app-template -``` ## 🚀 Production deployment ### Docker deployment @@ -122,6 +103,12 @@ public-hoist-pattern[]=*@nextui-org/* After modifying the `.npmrc` file, you need to run `pnpm install` again to ensure that the dependencies are installed correctly. -## License +## Technologies Used -Licensed under the [MIT license](https://github.com/nextui-org/next-app-template/blob/main/LICENSE). +- [Next.js 14](https://nextjs.org/docs/getting-started) +- [NextUI v2](https://nextui.org/) +- [Tailwind CSS](https://tailwindcss.com/) +- [Tailwind Variants](https://tailwind-variants.org) +- [TypeScript](https://www.typescriptlang.org/) +- [Framer Motion](https://www.framer.com/motion/) +- [next-themes](https://github.com/pacocoursey/next-themes)