Files
sealos/service/license
cuisongliu 56dad3c40b fix(images): improve logging and streamline command execution (#5946)
* feat(chart): add initial configuration files and update entrypoint script

Signed-off-by: cuisongliu <cuisongliu@qq.com>

* fix(init.sh): improve logging and streamline command execution

Signed-off-by: cuisongliu <cuisongliu@qq.com>

---------

Signed-off-by: cuisongliu <cuisongliu@qq.com>
2025-09-07 18:45:51 +08:00
..
2023-10-30 15:16:25 +08:00
2023-10-30 15:16:25 +08:00
2023-10-30 15:16:25 +08:00
2023-10-30 15:16:25 +08:00
2023-10-30 15:16:25 +08:00
2023-10-30 15:16:25 +08:00
2023-10-30 15:16:25 +08:00

Next.js Project

This is a Next.js project bootstrapped with create-next-app.

Getting Started

Installation

First, install the dependencies:

pnpm i

Development Server

Next, run the development server:

pnpm run dev

Open http://localhost:3000 with your browser to see the result.

Docker

To build and run the project with Docker, use the following command:

sudo docker build --platform linux/amd64 -t license-system-frontend:dev -f Dockerfile .