mirror of
https://github.com/labring/sealos.git
synced 2026-09-21 05:44:43 +08:00
* 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>
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 .