mirror of
https://github.com/Skyvern-AI/skyvern.git
synced 2026-04-28 11:40:32 +00:00
402 B
402 B
Skyvern Frontend
Development
npm run dev
This will start the development server with hot module replacement.
Build for production
npm run build
This will make a production build in the dist directory, ready to be served.
Preview the production build locally
npm run preview
or alternatively, use the serve package:
npx serve@latest dist