Skip to content

Latest commit

 

History

History
31 lines (20 loc) · 465 Bytes

README.md

File metadata and controls

31 lines (20 loc) · 465 Bytes

Currency Converter

Get started

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.

Building and running in production mode

To create an optimized version of the app:

pnpm build