Files
Dorod-Sky/skyvern-frontend
Shuchang Zheng 38c42b6b48 Wait min time should be 1 sec (#1267)
Co-authored-by: Muhammed Salih Altun <muhammedsalihaltun@gmail.com>
2024-11-26 18:47:29 +03:00
..
2024-03-20 11:09:47 -07:00
2024-11-26 18:47:29 +03: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 14:07:02 -07:00

Skyvern Frontend

Quickstart

Populate env file

Copy example env file:

cp .env.example .env

Populate VITE_SKYVERN_API_KEY with your API key.

Then run:

npm install
npm start

This will build the app and serve from port 8080.

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