Inside that directory, you can run several commands:
pnpm start
Starts the development server.
pnpm build
Bundles your website into static files for production.
pnpm serve
Serves the built website locally.
pnpm deploy
Publishes the website to GitHub pages.
We recommend that you begin by typing:
cd doc3
pnpm start
Happy building awesome websites!