A quick-and-dirty build of Daniel's website using SvelteKit. Written for fun as an introduction to Svelte
yarn install yarn dev
To create a production version of your app:
npm run build
You can preview the production build with npm run preview
.
To deploy your app, you may need to install an adapter for your target environment.