How to create a blog with SvelteKit and Mdsvex.
I wrote about it on my personal blog so have a read and follow along to create your own:
npm install
npm run dev
To create a production version of the app:
npm run build
You can preview the production build:
npm run preview
To deploy your app, you may need to install an adapter for your target environment.