My personal website built with SvelteKit, TypeScript and TailwindCSS. Live at arian.gg
SvelteKit 2 · Svelte 5 · TypeScript · TailwindCSS 4 · MDSvex · Vercel
A built-in WYSIWYG blog editor available at /blog/edit during development. Uses Milkdown (Crepe) for rich markdown editing with support for image uploads. Posts are published as .svx files and automatically added to the blog registry. To edit an existing post, navigate to /blog/<slug>/edit.
All commands are run from the root of the project, from a terminal:
| Command | Action |
|---|---|
pnpm install |
Installs dependencies |
pnpm run dev |
Starts local dev server at localhost:5173 |
pnpm run build |
Build your production site to ./build/ |
pnpm run preview |
Preview your build locally, before deploying |
pnpm run check |
Type checking |
pnpm run lint |
Lint with ESLint + Prettier |
pnpm run format |
Auto-format with Prettier |
If you have any feedback, please reach out at hey@arian.gg