My awesome portfolio https://light7734.com
  • mdsvex 58.7%
  • Svelte 31.2%
  • JavaScript 5%
  • TypeScript 3.2%
  • CSS 1.1%
  • Other 0.8%
Find a file
light7734 dae3fa2067
All checks were successful
continuous-integration/drone/push Build is passing
continuous-integration/drone/tag Build is passing
so many changes >_<
2026-08-14 15:14:07 +03:30
src so many changes >_< 2026-08-14 15:14:07 +03:30
static refactor!: moved dazzle to bonfire 2026-08-11 21:06:08 +03:30
.drone.yml ci: fixed everything i hope 2026-06-14 13:43:54 +03:30
.gitignore refactor!: moved dazzle to bonfire 2026-08-11 21:06:08 +03:30
.prettierignore refactor!: moved dazzle to bonfire 2026-08-11 21:06:08 +03:30
.prettierrc chore: setup skeleton svelete project 2025-01-18 16:27:18 +03:30
eslint.config.js refactor!: moved dazzle to bonfire 2026-08-11 21:06:08 +03:30
mdsvex.config.js fix: articles rendering 2026-08-14 11:22:04 +03:30
package-lock.json build: update package-lock.json 2025-02-23 20:40:12 +03:30
package.json fix: articles rendering 2026-08-14 11:22:04 +03:30
pnpm-lock.yaml fix: articles rendering 2026-08-14 11:22:04 +03:30
pnpm-workspace.yaml refactor: minor changes 2026-06-25 12:27:42 +03:30
postcss.config.js chore: setup skeleton svelete project 2025-01-18 16:27:18 +03:30
README.md chore: setup skeleton svelete project 2025-01-18 16:27:18 +03:30
svelte.config.js fix: articles rendering 2026-08-14 11:22:04 +03:30
tailwind.config.ts refactor: minor style changes + changed gruvbox dark red color 2026-08-14 14:41:51 +03:30
tsconfig.json chore: setup skeleton svelete project 2025-01-18 16:27:18 +03:30
vite.config.ts refactor!: moved dazzle to bonfire 2026-08-11 21:06:08 +03:30
vitest-setup-client.ts refactor!: moved dazzle to bonfire 2026-08-11 21:06:08 +03:30

sv

Everything you need to build a Svelte project, powered by sv.

Creating a project

If you're seeing this, you've probably already done this step. Congrats!

# create a new project in the current directory
npx sv create

# create a new project in my-app
npx sv create my-app

Developing

Once you've created a project and installed dependencies with npm install (or pnpm install or yarn), start a development server:

npm run dev

# or start the server and open the app in a new browser tab
npm run dev -- --open

Building

To create a production version of your app:

npm run build

You can preview the production build with npm run preview.

To deploy your app, you may need to install an adapter for your target environment.