Skip to content

eeslom/old.islomurodov.uz

Repository files navigation

My own portfolio website

As a web developer, obviously I have to acquire my own portfolio website, so I made this one inspired by codewonders.dev

https://islomurodov.uz/

Cover

Stack

  • Nuxt 3 - Nuxt 3 based on Vue 3 meta framework
  • Tailwind CSS - CSS Framework
  • Pinia - State Management
  • VueUse - Collection of Vue Composition Utilities
  • Vite PWA - Vite PWA plugin to make it more progressive
  • Sitemap - To provide information about the pages

LICENSE

MIT License

You can use this project on your own homepage for free without telling me by forking this project under the following conditions:

  • Delete my content and assets
  • Setup

Make sure to install the dependencies:

pnpm install

Development Server

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

pnpm run dev

Production

Build the application for production:

pnpm run build

Locally preview production build:

pnpm run preview

Check out the deployment documentation for more information.