Skip to content

bogdan-ts/tsechoev.dev

Repository files navigation

tsechoev.dev

Made with ❤️ and vibecode.

Stack

  • Svelte
  • TypeScript
  • Vite
  • Vitest
  • GitHub Pages (auto deploy via GitHub Actions)

Local development

npm install
npm run dev

Open: http://localhost:5173

Scripts

  • npm run dev — start dev server
  • npm run test — run tests
  • npm run build — production build to dist/
  • npm run preview — preview production build

Deploy

Push to main branch. GitHub Actions workflow builds/tests and deploys dist/ to GitHub Pages.

Project structure

  • src/profile.ts — profile content (experience, skills, links)
  • src/App.svelte — root UI component
  • src/styles.css — UI styles
  • tests/render.test.ts — rendering tests

Customization

  1. Edit data in src/profile.ts
  2. Adjust markup in src/App.svelte
  3. Tweak styles in src/styles.css

License

CC BY-NC-ND 4.0

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors