You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

857 B

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).

Technologies Used

How to Use

Install dependencies

pnpm install

Run the development server

pnpm run dev

Deployment (Docker)

You can deploy using docker-compose, container name: next_dashboard (can be modified in docker-compose.yml)

docker-compose up -d --build