A bare bones Svelte landing page.
Install dependencies:
npm install
Run development server:
npm run dev
Build for production:
npm run build
Preview production build:
npm run preview