Skyvern/skyvern-frontend
2024-04-08 17:14:44 -07:00
..
.husky Initialize frontend app (#112) 2024-03-20 11:09:47 -07:00
public feat: Running tasks and steps UI (#165) 2024-04-07 21:52:59 +03:00
src feat: Running tasks and steps UI (#165) 2024-04-07 21:52:59 +03:00
.eslintrc Initialize frontend app (#112) 2024-03-20 11:09:47 -07:00
.prettierignore Initialize frontend app (#112) 2024-03-20 11:09:47 -07:00
artifactServer.js feat: Running tasks and steps UI (#165) 2024-04-07 21:52:59 +03:00
components.json Component library setup (#115) 2024-03-20 14:07:02 -07:00
index.html feat: Running tasks and steps UI (#165) 2024-04-07 21:52:59 +03:00
package-lock.json feat: Running tasks and steps UI (#165) 2024-04-07 21:52:59 +03:00
package.json feat: Running tasks and steps UI (#165) 2024-04-07 21:52:59 +03:00
postcss.config.js Component library setup (#115) 2024-03-20 14:07:02 -07:00
README.md Remove doctoc exclude, skip main README only (#169) 2024-04-08 17:14:44 -07:00
tailwind.config.js Component library setup (#115) 2024-03-20 14:07:02 -07:00
tsconfig.json Component library setup (#115) 2024-03-20 14:07:02 -07:00
tsconfig.node.json Initialize frontend app (#112) 2024-03-20 11:09:47 -07:00
vite.config.ts Tasks page implementation (#120) 2024-04-01 21:34:52 +03:00

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