A personal portfolio website built with Nuxt.js.
- Nuxt.js
- Vue.js
- Tailwind CSS
- JavaScript
- Clone the repository
git clone https://github.com/nikoshaa/nikoshaa.github.io.git- Install dependencies
yarn install
# or
npm install
- Run development server
bashCopyyarn dev
# or
npm run dev
- Build for Production
bashCopyyarn build
# or
npm run build
License MIT
This README provides a minimalist overview of your project, including the tech stack, project structure, setup instructions, and build commands. Let me know if you'd like to add or modify any sections!
