Skip to content

AxelUser/maltsev.space

Repository files navigation

Hi! ๐Ÿ‘‹

This is the source code of my personal web-site. It's built using Svelte and SvelteKit - a robust framework for building web applications.

From here I will share my experience on software development topics. I don't have comments yet. However you're free to open an issue if you found a mistake or want to discuss any article.

Go and check it out!

Getting Started

Once you've cloned the project and installed dependencies with pnpm install, start a development server:

pnpm dev

Building

To create a production version of the site:

pnpm build

You can preview the production build with pnpm preview.

Technology Stack

  • Language: TypeScript
  • UI Framework: Svelte 5
  • Routing: SvelteKit
  • Styling: OpenProps