This is just a demo
First, run the development server:
npm run dev
# or
yarn dev
# or
pnpm dev
# or
bun dev
Open http://localhost:3000 with your browser to see the result.
This is an SSG project. Run the following command and use the CI/CD process or other operations to place the packaged out directory in the corresponding location of the corresponding static server.
npm run build
# or
yarn build
# or
pnpm build
# or
bun build