Files
Dorod-Sky/skyvern-frontend
2024-03-20 14:07:02 -07:00
..
2024-03-20 11:09:47 -07:00
2024-03-20 14:07:02 -07:00
2024-03-20 11:09:47 -07:00
2024-03-20 11:09:47 -07:00
2024-03-20 14:07:02 -07:00
2024-03-20 11:09:47 -07:00
2024-03-20 14:07:02 -07:00
2024-03-20 11:09:47 -07:00
2024-03-20 14:07:02 -07:00
2024-03-20 14:07:02 -07:00

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