/beijing-deploy-demo

just a temp demo

Primary LanguageJavaScript

This is just a demo

Getting Started

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.

Deploy

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