Install the dependencies...
pnpm i
Initialize netlify dev
pnpm netlify link
...then start Vite:
pnpm dev
Navigate to localhost:5173. You should see your app running. Edit a component file in src
, save it, and reload the page to see your changes.
To create an optimized version of the app:
pnpm build