mirror of
https://github.com/Skyvern-AI/skyvern.git
synced 2025-09-02 02:30:07 +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 |
Table of Contents generated with DocToc
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