|
|
|
|
@ -1,3 +1,5 @@
|
|
|
|
|
# Bookmark Dashboard made with Next.js & NextUI
|
|
|
|
|
|
|
|
|
|
# Next.js & NextUI Template
|
|
|
|
|
|
|
|
|
|
This is a template for creating applications using Next.js 13 (app directory) and NextUI (v2).
|
|
|
|
|
@ -14,27 +16,23 @@ This is a template for creating applications using Next.js 13 (app directory) an
|
|
|
|
|
|
|
|
|
|
## How to Use
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
### 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
|
|
|
|
|
```
|
|
|
|
|
|
|
|
|
|
### Install dependencies
|
|
|
|
|
|
|
|
|
|
```bash
|
|
|
|
|
npm install
|
|
|
|
|
pnpm install
|
|
|
|
|
```
|
|
|
|
|
|
|
|
|
|
### Run the development server
|
|
|
|
|
|
|
|
|
|
```bash
|
|
|
|
|
npm run dev
|
|
|
|
|
pnpm run dev
|
|
|
|
|
```
|
|
|
|
|
|
|
|
|
|
## License
|
|
|
|
|
### Deployment (Docker)
|
|
|
|
|
|
|
|
|
|
You can deploy using docker-compose, container name: next_dashboard (can be modified in docker-compose.yml)
|
|
|
|
|
|
|
|
|
|
Licensed under the [MIT license](https://github.com/nextui-org/next-app-template/blob/main/LICENSE).
|
|
|
|
|
```bash
|
|
|
|
|
docker-compose up -d --build
|
|
|
|
|
|
|
|
|
|
```
|
|
|
|
|
|