Back to Sealos

Next.js Project

service/license/README.md

5.1.1627 B
Original Source

Next.js Project

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

Getting Started

Installation

First, install the dependencies:

bash
pnpm i

Development Server

Next, run the development server:

bash
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:

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