Skip to content

sardorml/sardorxyz

Repository files navigation

Sardor - Software developer portfolio page

This is my personal a responsive Vue.js-based portfolio webpage, offering an intuitive and engaging showcase of my skills, experiences, and projects. I have used Nuxt and Tailwind libraries in this project.

Website is live at sardor.xyz

Setup

Make sure to install the dependencies:

# npm
npm install

# pnpm
pnpm install

# yarn
yarn install

# bun
bun install

Development Server

Start the development server on http://localhost:3000:

# npm
npm run dev

# pnpm
pnpm run dev

# yarn
yarn dev

# bun
bun run dev