/FindData-Website

Simple Hero website for Find Data, built with Vite and Svelte Kit.

Primary LanguageSvelteMIT LicenseMIT

Find Data Website

simple Hero website for Find Data, built with Vite and Svelte Kit.

Usage

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