- Install
vpglobally — https://viteplus.dev - Install the pinned Node.js runtime with
vp env install. - Install dependencies with
vp install. - Start the website with
vp run dev.
Visit http://yangshuntay.localhost:1355.
vp run devstarts the Next.js app throughportless.vp run buildruns the production Next.js build forapps/website.vp run startstarts the production server forapps/website.vp checkruns format, lint, and type checks across the workspace.vp testruns the workspace test suite.
Use vp run build for the website build. vp build is Vite+'s built-in Vite build command and is not wired to this Next.js app.