Deploying
Local Development
From the repository root:
npm run docs:install
npm run docs:dev
Or directly inside docs/:
cd docs
npm install
npm run dev
Production Build
npm run docs:build
This builds the static site into:
docs/build/
Vercel
The docs/ directory is a standalone Minuto project and includes:
package.jsonvercel.json
Recommended setup:
- create a Vercel project that uses
docs/as the root directory - build command:
npm run build - output directory:
build
That is enough for a static deployment.