Socket
Socket
Sign inDemoInstall

@artempoletsky/install-kurgandb-admin

Package Overview
Dependencies
0
Maintainers
1
Versions
8
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    @artempoletsky/install-kurgandb-admin

KurganDB admin panel for next.js


Version published
Weekly downloads
13
decreased by-75%
Maintainers
1
Created
Weekly downloads
 

Readme

Source

This is a KurganDB admin panel for Next.js

Getting Started

First, create a fresh next.js app. If you want add the admin panel to existing next.js project skip this step, but your project have to use settings listed below.

npx create-next-app

Then follow the instructions. You can keep all default settings.

REQURED SETTINGS that you can't change:

  • use Typescript,
  • use Tailwind CSS,
  • use App router

Read more about create-next-app:

https://nextjs.org/docs/app/api-reference/create-next-app

https://github.com/vercel/next.js/tree/canary/packages/create-next-app

Second, move to your created app.

cd ./your_app_name

and run

npx @artempoletsky/install-kurgandb-admin

this will install the admin panel to the default /kurgandb/ route.

if you want change the location pass an argument

npx @artempoletsky/install-kurgandb-admin your_address

Third, run the next dev server:

npm run dev

Open http://localhost:3000/kurgandb with your browser to enter the admin panel.

FAQs

Last updated on 23 Feb 2024

Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc