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.
1.5 KiB
1.5 KiB
Bookmark Dashboard made with Next.js & NextUI
Showcase: website hosted on linode using docker
Preview
Requirements
Environments
Copy .env.example to .env.local before building
DATABASE_URL=postgres://{postgres}:{password}@127.0.0.1:5432/next-dashboard
ENVIRONMENT=prod
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


