Copy example env file:
cp .env.example .envPopulate VITE_SKYVERN_API_KEY with your API key.
Then run:
npm installnpm startThis will build the app and serve from port 8080.
npm run devThis will start the development server with hot module replacement.
npm run buildThis will make a production build in the dist directory, ready to be served.
npm run previewor alternatively, use the serve package:
npx serve@latest dist