simple Hero website for Find Data, built with Vite and Svelte Kit.
First install required packages:
npm i
To develop:
npm run dev
# or start the server and open the app in a new browser tab
npm run dev -- --open
To create a production version of the app:
npm run build