The Holding Space website, built with SvelteKit and configured to deploy to Netlify.
First, install the dependencies:
npm installStart a development server (you can omit -- --open if you don't want it to open in a new tab automatically):
npm run dev -- --openTo create a production version of your app:
npm run buildYou can preview the production build with npm run preview.