mirror of
https://github.com/Skyvern-AI/skyvern.git
synced 2026-04-28 03:30:10 +00:00
| .. | ||
| .husky | ||
| public | ||
| src | ||
| .eslintrc | ||
| .prettierignore | ||
| artifactServer.js | ||
| components.json | ||
| index.html | ||
| package-lock.json | ||
| package.json | ||
| postcss.config.js | ||
| README.md | ||
| tailwind.config.js | ||
| tsconfig.json | ||
| tsconfig.node.json | ||
| vite.config.ts | ||
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