My (yet another) new website, build with SvelteKit and Tailwind CSS!
Once you've created a project and installed dependencies with pnpm install, start a development server:
pnpm dev
# Or start the server and open the app in a new browser tab
pnpm dev --openTo create a production version of your app:
pnpm build # Build for local testing
docker build -t juhana-wtf . # Docker for productionYou can preview the production build with pnpm preview.
To deploy your app, you may need to install an adapter for your target environment.
docker run -d -p 3000:3000 juhana-wtf # Run
docker stop juhana-wtf && docker rm juhana-wtf # RemoveFormat like this:
---
title: 'Your Post Title'
description: 'A brief description'
date: '2025-12-29'
author: 'Your Name'
---