Skip to content

sennery/landing

Repository files navigation

sennery

Hi there! This is a repository for my portfolio website. It shows info about me and my jobs. I impove it regulary and try new technologies on it.

Technologies

  • typescript
  • vue 3
  • three.js
  • vite
  • pnpm

Project Setup

If you don't have pnpm installed, you need to install it first.

pnpm install

Run development server

Run following command and visit http://localhost:3333

pnpm dev

... or run this command to share development server across a local network

pnpm dev --host

SSG build

This will use vite-ssg to generate static website

pnpm build