No description
Find a file
2026-07-25 10:53:44 +02:00
.idea added about, contact, updated blog 2026-04-19 00:12:38 +02:00
messages Added SEO and structured data 2026-06-14 18:42:27 +02:00
project.inlang Removed russian locale from settings.json 2026-05-05 22:38:30 +02:00
src Minor color code change 2026-07-25 10:53:44 +02:00
static Removed unnecessary asset 2026-06-14 16:54:45 +02:00
.gitignore first commit 2026-04-18 11:22:41 +02:00
.npmrc first commit 2026-04-18 11:22:41 +02:00
bun.lock addod posts 2026-04-19 10:57:32 +02:00
example.env first commit 2026-04-18 11:22:41 +02:00
package.json Added deploy automation script and updated README 2026-05-17 09:41:11 +02:00
README.md Added deploy automation script and updated README 2026-05-17 09:41:11 +02:00
svelte.config.js bugfix 2026-04-19 15:36:20 +02:00
tsconfig.json first commit 2026-04-18 11:22:41 +02:00
vite.config.ts added blog 2026-04-18 12:58:41 +02:00

Personal Blog

Developing

Once you've created a project and installed dependencies with bun install, start a development server:

bun --bun run dev

Building

To create a production version of your app:

bun --bun run build

You can preview the production build with bun --bun run preview.

To deploy your app, run bun run deploy